Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for a function in FoxPro5
Message
From
03/01/2002 15:48:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00600230
Message ID:
00600472
Views:
13
>>I need a function that pulls all spaces out of a string, not just a trim. Does this exist already? Or do I have to write one?
>>
>>Thanks in advance,
>>Sunshine
>
>
lcMystr = "Does this exist already"
>? CHRTRAN(lcMystr, SPACE(1), SPACE(0))
Chrtran() has a bug that causes bad performance when the target string is "". Strtran() does not have the problem.
Previous
Reply
Map
View

Click here to load this message in the networking platform