KeyserSoze
Programmer
I have an unsigned number that is stored in an 13-character format (for COBOL afficionadoes, it's stored as S99999999999V99) in ASCII. I would like a way to take this number and convert it to a readable format with the minus sign placed to the right.
Is this possible without building specialized functions to do it?
Thanks!
Is this possible without building specialized functions to do it?
Thanks!