on 2005 Jul 20 7:33 AM
Hi,
How do I remove comma from Quantity Field - MSEG-MENGE?
Please Advise.
Regards,
Shobhit
Hi Shobbit,
You could use the replace statement.. something like this:
data: quant(17) type c.
* value from mseg-menge to quant
quant = mseg-menge.
replace ',' with space into quant.
condense quant no-gaps.
Regards,
Ville
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.