2008 Nov 06 8:32 AM
Hi,
I need to replace comma(,) with a dot(.) in a string. i.e if the string has the value 80,000 then it shoudl be converted to 80.000. Please suggest an approach.
Thanks in advance,
Anushree
2008 Nov 06 8:38 AM
Hi,
Use
replace all occurrences of ',' in <your field name> with '.'.
Regards
Debarshi
Hi,
Use
replace all occurrences of ',' in <your field name> with '.'.
Regards
Debarshi
2008 Nov 06 8:38 AM
Hi,
Use
replace all occurrences of ',' in <your field name> with '.'.
Regards
Debarshi
2008 Nov 06 8:38 AM
Use Replace statement.
REPLACE ALL OCCURRENCES OF ',' WITH '.' INTO string.
Regards,
Aparna
2008 Nov 06 8:40 AM
2009 Mar 10 10:09 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |