String to Decimal Integer?
Carl Lawhon
Posts: 36
How can I convert a string with digits right of the decimal point (i.e. 95.34756) to a decimal integer value that can be worked with (subtracted, added, etc? I have tried using the numbers object, but that always rounds the decimals off. Alternatively, how can I convert a string (like the example above) to a floating point value? Thanks for your help.
Carl Lawhon·
Carl Lawhon·