At 7:12 PM -0500 12/20/2000, grimmwerks wrote:
>I'm buiding an application that is really built upon one HUGE list. Just
>curious if there's a way to see how much ram a list might need, or if
>it's not even a problem....
>
>perhaps, at worst, I can throw the list to a text member and just take
>chunks of it when needed.
...well, unless you save the movie after doing that, you will still
be using a chunk of RAM, perhaps more if you have a lot of symbols
that have to be converted into strings. Changes have to be stored.
To get a rough idea of the RAM needed, store the freebytes before you
init your list, and then difference it with the freebytes afterwards.
At any rate, its not the number of items in the list that matters,
but the aggregate size of those items.
//r
--
Roy Pardi
---------------------------------------------------------------
Contract Lingo Programer and Multimedia Developer
[EMAIL PROTECTED]
---------------------------------------------------------------
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]