Home   Help Search Login Register  

Author Topic: Parsing strings?  (Read 485 times)

0 Members and 2 Guests are viewing this topic.

Jus

  • Guest
Parsing strings?
« on: 05 Jul 2003, 21:59:50 »
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.