[DGD]Dynamic Array of Objects ?

David M Beatty dmbeatty939 at juno.com
Tue Feb 20 23:39:55 CET 2001


lpc arrays are always dynamic. and you can do stuff like
insert_your_basic_array_variable_here+=({ stuff }) ;
they never need to be initailized with a certain size in mind, you can do
that if you feel like it though with the
allocate kfun, though i personally have never had to use it.

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list