Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing extra blanks in a memo field
Message
From
05/04/2000 01:18:49
 
 
To
05/04/2000 00:23:01
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00355212
Message ID:
00355535
Views:
25
>Depends on the string eh? For short strings like a SQL statement, this will probably be faster than your COM object creation. CHRTRAN has been shown to cause performance problems in extremely large strings, but STRTRAN is devilishly fast. Also, no external dependencies to worry about.

Strtran() uses an alogrithm similar to boyer-moore -- the longer the seach string, the faster the pass through the source string.
Previous
Reply
Map
View

Click here to load this message in the networking platform