Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Advice how to replace special chars with blank
Message
 
To
09/02/2005 14:53:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00985315
Message ID:
00985325
Views:
32
do you mean you want to do something like this
mlookAt="AbCdEfGh+8"
mlook4="ABC123+"
mrepl=replicate(" ",len(mlookAt))
?chrtran(mlookat,mlook4,mrepl)
in one line of code?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform