Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alltrim() does not work
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00946228
Message ID:
00946230
Views:
43
Paul
Alltrim removes spaces from left and right, not from the middle.
If you want to remove from all the string, try:
strtran( "aaa bbb", " ", "" )

Jaime

>Hello,
>
>How to trim 'aaa bbb' to become 'aaabbb' ?
>
>Try alltrim('aaa bbb') still get 'aaa bbb'
>
>Tia
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform