Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CHRTRAN and remove characters
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00950654
Message ID:
00950754
Views:
14
>actually, you CAN use chrtranto remove characters...
>
>lcTestString = "ABCDEF"
>? chrtran( lcTestString, "BDF", "" )
>
>you will get
>ACE

Are you sure ?
lcTestString = replicate("ABCDEF",1000000)
? chrtran( lcTestString, "BDF", "" )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform