Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I pick words between some delimiters
Message
From
11/11/2004 06:28:14
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00960327
Message ID:
00960330
Views:
8
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform