Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Parsing strings?  (Read 653 times)

0 Members and 1 Guest 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.