Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove char from string
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00625601
Message ID:
00625602
Views:
9
You can use chrtran() function
For Example
x= "1xzer234asd/ADFW567"
x = chrtran(x, chrtran(x, "1234567890", ""), "")

result is "1234567"
Previous
Reply
Map
View

Click here to load this message in the networking platform