Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple string question
Message
 
 
À
20/09/2000 18:03:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00418746
Message ID:
00418773
Vues:
28
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform