Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String manipulation (preferably without RegExp)
Message
 
 
To
07/11/2006 13:23:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01167490
Message ID:
01167808
Views:
7
>>>Instead of the other solution that works in 9 you can try
>>>
>>>
>>>lcNumbers	=  Alltrim(chrtran("A-B123Q4E", "ABCDEFGHIJKLMNOPQRSTUVWXYZ-", Space(26)))
>>>? At(' ', lcNumbers) - 1
>>>? Left(lcNumbers, At(' ', lcNumbers) - 1)
>>>? substr(lcNumbers, At(' ', lcNumbers) + 1)
>>>
>>
>>While you're at, how can I check, if I'm connected to Terminal Server or not (do I have an access to T drive or not)?
>>
>>Thanks.
>
>
>
>BITTEST(VAL(OS(10)), 4) && I believe
>
>http://msdn2.microsoft.com/en-us/library/eaxhb0az(VS.80).aspx

The link doesn't work, can you re-post it, please.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform