I have created report in classic which is exported in Excel. Now I want to delete all the Special charators from 4-5 columns. Which is I tried but I am not able to solve.
Please help ASAP. ](*,)
Thanks for reply
But I want to replace the Special Charactor with Space.
For example :
AccountNo. : HDFC/2012/15-12/001 (Remove the '-' and replace it with ' ' space).
Like AccountNo : HDFC/2012/15 12/001
Comments
Do you just want to delete them or do you want to replace them?
For example à to A?
Else you can cleanup the field before exporting.
txtCharsToKeep := 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
"My Field" := DELCHR("My Field",'=',DELCHR("My Field",'=',txtCharsToKeep));
http://www.BiloBeauty.com
http://www.autismspeaks.org
Nice Idea... =D>
Regards,
Raveendran.BS
But I want to replace the Special Charactor with Space.
For example :
AccountNo. : HDFC/2012/15-12/001 (Remove the '-' and replace it with ' ' space).
Like AccountNo : HDFC/2012/15 12/001
Kavita Mutha
Regards,
Raveendran.BS
This issue is resolved. \:D/ \:D/ =D>
Kavita Mutha