Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String inside string command....
Message
De
11/07/2002 02:34:53
 
 
À
11/07/2002 02:31:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00677412
Message ID:
00677413
Vues:
27
>Hi Everyone,
>Sorry, just a silly question, whats the function call for locating a string within another string. I tried to look it up in the MDCN reference, unfortunately, the A to Z Foxpro reference doesn't show a description of the function calls.
>
>Thanks,
>Tom

look at atc()

str1 = "abcde"
lval=atc("b",str1)

returns 2

Nick Mason
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform