Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to trim Tab?
Message
From
22/04/2022 17:06:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01684220
Message ID:
01684223
Views:
42
>Hi,
>
>If a string has a Tab character, the ALLTRIM() does not remove it. Example,
>
>cTest = "       abc"   && Tab to abc
>? ALLTRIM(cTest)
>*-- Result spaces before cTest
>
>
>Is there an ALLTRIM() in VFP that removes tab(s)? Other than, doing AT() and search for the tab character.

Maybe CHRTRAN() or STRTRAN() ?
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform