Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove special characters from editbox text
Message
 
To
12/03/2008 16:23:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01301478
Message ID:
01301553
Views:
13
>I got "Too few arguements" when I tried it. The first CHRTRAN is only getting two arguements: the original string and the illegal characters from the second CHRTRAN. It doesn't have the replacement characters.

Maybe this then;
myField =  CHRTRAN(myField,CHRTRAN(MyField, lcLegalChars,"")," ")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform