Skip to Content
0
Former Member
Feb 26, 2009 at 12:18 PM

Convert Exponential value to Float

1220 Views

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?