Re: Should to_number return a sequence?
- Posted by SDPringle Aug 06, 2025
- 1518 views
It seems like to_number would return a number by the name itself. For erroneous inputs, it just returns zero unless you specify a non-zero second parameter.
https://openeuphoria.org/docs/std_convert.html#_2293_to_number

