2008 Apr 14 12:41 PM
Hi,
consider the program:
data: no TYPE p DECIMALS 2.
no = -2.
write no.
The output is: 2.00-
How can I visualize the sign in front of the number: -2.00?
Is playing with chars the only solution?
Thanks,
Manuel
2008 Apr 14 12:42 PM
Hi,
consider the program:
data: no TYPE p DECIMALS 2.
no = -2.
write no.
The output is: 2.00-
How can I visualize the sign in front of the number: -2.00?
Is playing with chars the only solution?
Thanks,
Manuel
2008 Apr 14 12:42 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |