Application Development and Automation 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: 
Read only

FLTP data type conversion

Former Member
0 Likes
724

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
Read only

ThangaPrakash
Active Contributor
0 Likes
567

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

Read only

0 Likes
567

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