Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I pick words between some delimiters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00960327
Message ID:
00960330
Vues:
7
Soykan Try ALINES()
ALINES(aaa,"currency,type,name,price",.t.,",")
LIST MEMO LIKE aaa
* or in Your case
ALINES(aaa,luretval,.t.,",")
LIST MEMO LIKE aaa
>Hi all,
>how can i pick words between "," . i am calling a search form like below
>
>*do form mysearch with "table","fieldlist","seekfield","returnfield" to luretval
>do form mysearch with "customer","id,name,group","name","id" to luretval
>
>
>sometimes i need multiple return field eg. currency rates ... name,price ( EUR,1222222 )
>
>in that case
>
>can i call the form like below ? how can i pick returned values between "," ?
>
>
>do form mysearch with "currency","type,name,price","type","type,price" to luretval
>
>
>TIA
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform