1. string>number
- Posted by kobi Apr 25, 2012
- 1159 views
sorry, what is the name of the function to parse a string into an integer? can't seem to find it in the api
thanks, kobi
2. Re: string>number
- Posted by gbonvehi Apr 25, 2012
- 1199 views
You can use to_number: http://openeuphoria.org/docs/std_convert.html#_2292_to_number
Another alternative is value: http://openeuphoria.org/docs/std_get.html#_2335_value
Cheers,
Guillermo