Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing characters under CHR(33)
Message
From
28/04/2002 15:15:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00650140
Message ID:
00650165
Views:
25
>
for lnFirstGoodChar = 1 to len( mMemo )
>   if ( substr( mMemo, lnFirstGoodChar, 1 ) > ' ' ) )
>      exit
>   endif
>endfor
>
>return substr( mMemo, lnFirstGoodChar )
Thanks for the suggestion
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform