Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing spaces from text
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01505924
Message ID:
01505934
Views:
62
>>>Has anyone removed extra spaces from a sentence stored in a variable? How is it done?
>>
>>What is your definition of extra spaces? Example please
>
>If you want to remove 2 (or more) consecutive spaces in the text:
>
>DO WHILE "  " $ YourText
>   YourText = STRTRAN(YourText,"  "," ")
>ENDDO
>
I don't. I like more space
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform