ID:155818
 
How would I crop a certain block of text out of a larger block of text? I've searched the forums and I can't find the solution. Example:
blah blah blah awregtgo4yt5986 Start blah blah blah End hoeiytbnablahblah blahfehorehgo7

How would I extract the text from Start to End?
textString = copytext(textString,findtext(textString,"Start"),findtext(textString,"End"))
In response to Emasym
That was a lot simpler than I was trying to make it, thanks.