Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning the value from array to variable usin select
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00666639
Message ID:
00666680
Views:
15
>EXTERNAL ARRAY aDups
>
>thisform.pageframe1.page1.cmbResp_re_cd.displayvalue = ANR
>
>oldresponse = thisform.pageframe1.page1.cmbResp_re_cd.displayvalue
>
>select optwords from smltbl where ;
>opttitle = 'APPR_CD' and ;
>optwords like 'oldresponse%' ;
>INTO ARRAY aDups
>
>**how can i assign the value which is in aDups to a variable.
>
>**And i want to find a string "Submittal Required" to the value using **like % which is in the aDups.
>
>Please help thank you.

You can use LIKE() function. See help for details.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform