Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assigning the value from array to variable usin select
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00666639
Message ID:
00666680
Vues:
13
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform