Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying from one array to another
Message
De
10/08/2005 17:38:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01040013
Message ID:
01040019
Vues:
15
>I have a two dimensional array - site,security. I want to create a two dimensional array of - site,security - for security = '2'.
>
>Thanks
>
>Brenda

Try something like this...
CREATE CURSOR temp (Site c(20), security C(1))
INSERT INTO temp FROM ARRAY arr1
SELECT * from temp WHERE security='2' INTO ARRAY arr2
Use IN temp
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform