Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple string question
Message
From
20/09/2000 18:05:52
 
 
To
20/09/2000 18:03:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00418746
Message ID:
00418773
Views:
27
>>Assume you have information in MyString and sure that USERID is there:
>>TempSting = SUBSTR(MyString, ATC('USERID', MyString)+LEN('USERID'))
>>Result = LEFT(TempSting, AT(' ', TempSting) - 1)
>>
>
>Vlad: When I tried your code I got an empty string returned for the second test condition ("USERIDAA" at end of MyString). Changing 2nd line to
>
>Result = LEFT(TempSting, AT(' ', TempSting + " ") - 1)
>
>seemed to work
>
>............Rich

Correct. I assumed that space always exist in string.

>
>>>I have a string that has ' USERID?? ' somewhere in the string. i want returned the characters directly after the USERID and before the next space or at end of string. 'the is USERIDABC code' I want ABC. 'The USERIDAA' I want AA.
>>>
>>>As always, I have a terrible time with string functions. Have been looking in my Help Character Function Favorites now for 30 minutes and only have a hodge podge of silly looking code.
>>>
>>>Thanks
>>>
>>>Brenda
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform