Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing Spaces from Charter String
Message
From
13/11/1999 15:06:32
 
 
To
12/11/1999 23:01:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00290863
Message ID:
00290979
Views:
13
>Using VFP6.0 SP3
>
>I'm tring to remove a space from a charter string exp("ABC 12345")
>!ISDIGIT copies the space
>ISDIGIT doen't copy the "ABC"
>

You might try CHRTRAN, having spaces replaced by null as in:

CHRTRAN(cMyStringToStripOfSpaces," ","")

>TIA
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform