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: String into number  (Read 1639 times)

0 Members and 1 Guest are viewing this topic.

Offline DMarkwick

  • Contributing Member
  • **
  • I'm a llama!
String into number
« on: 03 Mar 2009, 18:34:33 »
Does anyone have any code, or knows of a method, to convert a string into a number?

So for example I could convert the string "1234" into the number 1234.

Offline i0n0s

  • Former Staff
  • ****
Re: String into number
« Reply #1 on: 03 Mar 2009, 18:51:02 »
parseNumber

Offline DMarkwick

  • Contributing Member
  • **
  • I'm a llama!
Re: String into number
« Reply #2 on: 03 Mar 2009, 19:18:00 »
parseNumber :)

Thank you VERY much :)