Hi All,
I am having difficulties in converting large numbers into number format.
My input is a text file, by default it takes all the feeds as V_WString and the number comes as a scientific number. Tried using multiple options-
1. Using fixed decimal- gives a null output
2. Using Double- converts keeps first few digits of the number and adds 0s in the end
3. ToNumber- converts keeps first few digits of the number and adds 0s in the end
Would anyone be able to help here?
Thanks,
IV