Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Searching for characters
Message
De
24/01/2003 05:38:10
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
24/01/2003 02:10:49
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00744971
Message ID:
00745006
Vues:
27
This message has been marked as a message which has helped to the initial question of the thread.
Hi Henry!

If what you want it is to know if all the one letters of a string exist in one another string? Try this:
Local llOk, lnFor
lOk = .T.
mCharacters = Alltrim(mCharacters)
For lnFor = 1 To Len(mCharacters)
   IF Not SubStr(mCharacters, lnFor, 1) $ "ABCDEFGHIJKLMNOPQRSTXYZ"
      mOldID = IncompleteList.ID
      llOk = .F.
   ENDIF
Next
If llOk
   mID = alltrim(SUBSTR(mOldID,3,7))
Endif
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform