Hey guys I have a variable ‘Screen_Capture_All’ and I want to take all the text after ‘low to high’ and apply the output to ‘Screen_Capture_All’, or to a place holder variable and then just apply that to Screen_Capture_All.
How do I create a substring (or equivalent) from ‘Screen_Capture_All’ where it will output all the text after ‘low to high’? Also the value of ‘Screen_Capture_All’ may be slightly different each time I run the bot. And is there a package that contains all the string related functions in it as activity devices? Thanks.