Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Function - Allow only specified subset of asci sc
Message
From
03/07/2019 10:16:21
 
 
To
25/06/2019 05:29:16
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01669285
Message ID:
01669366
Views:
68
>How about the good old double chrtran?
>
>
>function SubAsci
>lParameters cAnyString,cAllowOnlySequence
>
>cFilteredString=chrtran(cAnyString, chrtran(cAnyString, cAllowOnlySequence, ""), "")
>return cFilteredString
>
UPDATE: Please disregard. I misread the code.
Previous
Reply
Map
View

Click here to load this message in the networking platform