Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Renove Whitespace From Character Exp
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00966207
Message ID:
00966221
Views:
7
lcString = "1      /      2"
? CHRTRAN(lcString, SPACE(1), SPACE(0))
> Say I have a String of "1 / 2". How Can I remove the white space so the variable is "1/2" ?
>
>Is there a function I am missing?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform