Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matching on verriable length data.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00381819
Message ID:
00381972
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform