Hi all,
I need to convert Exponential value to a numeric value as shown in the following example.
My input is
INPUT = 9.9999999E7
The output should be
OUTPUT = 99999999
Is there any Function module?
Can anyone help me out in this?