Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FLTP data type conversion

Former Member
0 Kudos

Hi,

I am using data type FLTP. In input i am passing 0.000000398272612.

It is showing different output while debugging and when the output is diplayed.

While debugging it is showing 3.9827261199999998E-07 and at GUI level it is giving output as 3,982726120000000E-07.

Why it is showing different output and how it is converting.

Thanks

Akriti

2 REPLIES 2

thanga_prakash
Active Contributor
0 Kudos

Hello Akriti,

Go to the domain of the field and check if there is any conversion routine assigned to it.

it might be case that conversion routine is converting the values during the output.

Regards,

TP

0 Kudos

Hi TP,

Thanks for the inputs.

I guess it is not related to Conversion routines.  FLTP is a standard data type. I checked there is no conversion routine.

Thanks

Akriti