2007 Feb 05 10:47 AM
Hi experts,
i need to write an amount like 9993,12 with a point '.' instead of a comma ','.
exp: 1985.03 instead of 1985,03
is there a command that do this?
Regards,
Soufiane
2007 Feb 05 10:49 AM
HI
There is no command for this.
However your can use the REPLACE statement.
Replace ',' by '.'.
Plz reward points if helpful
HI
There is no command for this.
However your can use the REPLACE statement.
Replace ',' by '.'.
Plz reward points if helpful
2007 Feb 05 10:49 AM
Chose from menu: System->User Profile->Own data.
Go to the Defaults tab: Chose the decimal notation you need.
Save,.
Regards,
ravi
2007 Feb 05 10:49 AM
Hello,
U could use WRITE COMMAND for this.
<b>
DATA: AMT(16).
WRITE: QUANTITY TO AMT.
WRITE: AMT.</b>
Vasanth
2007 Feb 05 10:49 AM
HI
There is no command for this.
However your can use the REPLACE statement.
Replace ',' by '.'.
Plz reward points if helpful
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |