Skip to Content
0
Jul 16, 2008 at 02:14 PM

How can I format a F type?

45 Views

Hi experts!

I need help,

TYPES: dato TYPE F.

DATA: CANTIDAD TYPE dato.

CANTIDAD = 1200/ 5

And this return me 2.4000000000000000E+02 I need to format this number into 240 can anybody tell me how?

Thanks a lot 😊

Regards,

Rebeca