Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays
Message
De
14/12/2001 01:12:00
 
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Re: Arrays
Divers
Thread ID:
00594191
Message ID:
00594259
Vues:
27
>I have a recordset that has a variable number or integers that I would like to add to an array. I then want to loop through this array during other subs and functions. Does anyone have some advice to get started?

Both DAO and ADO recordsets have a function called GetRows() that returns your data in a multidimensional array. You might need to do some transposing because the result gives you columns and rows that are the opposite of a recordset. HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform