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