OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: DMarkwick on 03 Mar 2009, 18:34:33

Title: String into number
Post by: DMarkwick 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.
Title: Re: String into number
Post by: i0n0s on 03 Mar 2009, 18:51:02
parseNumber
Title: Re: String into number
Post by: DMarkwick on 03 Mar 2009, 19:18:00
parseNumber :)

Thank you VERY much :)