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

conversion

Former Member
0 Likes
541

In table EVPOC field POC has values like 1.0000000000000000E02 , 2.0000000000000000E02,

3.4000000000000000E+02.

i want to display it in my report output as 10,20,34.

how to achieve this?

1 REPLY 1
Read only

Former Member
0 Likes
371

hi,

use Fm 'C14W_NUMBER_CHAR_CONVERSION'

thanks