Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array into table
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00710404
Message ID:
00710418
Views:
14
>How can I write in a field of a table the content of an array of approximately 2000 elements?

Convert the array content to a file, and append the file into a memo field would be one course of action. You could also use a memo field to save a copy of the array variable directly, using SAVE TO MEMO to move the array into the memo, and then RESTORE FROM MEMO to restore the array to memory when you need the array; you can't operate directly on the array within the memo field, though. If you need to operate against the array content, you'd be better moving each element into a child table record with a pointer to the parent record.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform