Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy record to an array
Message
From
14/06/2001 15:08:51
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00519495
Message ID:
00519651
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform