Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Matching on verriable length data.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00381819
Message ID:
00381972
Vues:
19
LPARAMETERS cDNS
LOCAL nCountryId, nSubStringLength

nCountryId = 0 && Invalid country code
IF VARTYPE(cDNS) = 'C' AND NOT EMPTY(cDNS)
FOR nSubStringLength = 7 TO 4 STEP -1
IF SEEK(LEFT(cDNS, nSubStringLength), 'country', 'ccode')
nCountryId = country.id
EXIT
ENDIF
ENDFOR
ENDIF

RETURN nCountryId
Thanx,
Bill Elvin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform