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:31:41
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00960327
Message ID:
00960332
Views:
7
lcWord1=GETWORDNUM(lcString,1,",")
lcWord2=GETWORDNUM(lcString,2,",") && And so on
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform