1
Axe / Displaying only a portion of a string?
« on: February 02, 2013, 03:38:53 pm »
So, I have two appvars. One contains a long string of words - a string of strings. The other contains, in order, the location of each string relative to the string appvar's pointer. How can I display one of those strings if I have where its first letter is and where its last letter is? I'm having trouble with this...