06-30-2017 02:21 AM
Hi,
How i can to convert the Array 2D of String to double,
I used this function but it did not work.
Thank you .
Solved! Go to Solution.
06-30-2017 02:27 AM
Hello Sarah,
That function is Decimal string to number, which returns integers; having doubles, you need to use Fract/exp string to number to preserve the decimal digits.
06-30-2017 02:29 AM
it works very well.
Thank you .
06-30-2017 02:33 AM - edited 06-30-2017 02:34 AM
EDIT: too late.