I have a couple of large arrays (3k+) that I declare public.
My arrays consiste of a mixture of strings, doubles, int,
boolean types.

I'm thinking that it might be better to allocate some memory
using dmNewHandle or MemHandleNew and use a pointer to the
memory.  The memory will be freed upon exiting the program.

A couple of questions about this:

1) Which method, dmNewHandle or MemHandleNew would be a better
choice?

2) Is there still a better way than in (1)?

3) What benefits are gained by declaring memory and using a ptr
instead of a public array?

4) What disadvantages are there by doing this?

Mike

----------------------------------------------------
Shoot-to-Win

Protect the 2nd Amendment
----------------------------------------------------

Reply via email to