Hello group
I'm being asked to convert a 19.2 decimal format to eight int digits including two decimals, so if I have something like 100.50 it should be displayed as 00010050. I I have something like -70.49 then it should be displayed as -0007049. Is there a standard data type that can display this format?
Thank you
Francisco