Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy record to an array
Message
De
14/06/2001 15:08:51
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, États-Unis
 
 
À
14/06/2001 13:34:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00519495
Message ID:
00519651
Vues:
13
>Also,
>SELECT .... INTO ARRAY arrayname
>
>>Is there an easy way to take a current record and put the whole record into an array?
>>
>>Thanks
>>Nick Patel
seems like you would be more interested in the SCATTER command, unless
every field in your table is of the same datatype.  SCATTER gets you an
object with properties that correspond to field names.  otherwise you
need to keep track of the relative number of each of your fields.

if you really did want it in array, you could FOR loop from 1 to fieldcount,
putting field(n) into an array yourself.
patrick
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform