Umm, I was wondering if there is some way to parse strings in OFP.. what I mean is that if I entered a word into a text field in a dialog, how could I parse it so that every letter would be separated, eg. if player enters coordinates Ab21, can I somehow separate the A, b, 2 and the 1 to use them in converting the letters to a coordinate point?
I know how I would do that in Perl and C++, but I have no idea if this is even possible in OFP.