And, if each record is identical, then you can skip the objects altogether. Instead,
just map the record to variables as you need:
set [field1 field2 field3 ...] record
Saves a lot of mem space....
-Carl
At 11/30/99 04:34 PM -0500, you wrote:
>
>
>If you are talking simple objects - no embedded functions (in each object).
>
>I have scripts that do that every day with thousands of objects in a
>block/series.
>
>I read in a flatfile database with about 16 fields and 1900 records...
>converting to objects as I parse the data.
>
>Works great.
>
>So, my suggestion would be to just try it and see how large it will scale
>before you think it won't work.
>
>- doug
>