RE: [Flashcoders] Multi-dimensional array problems in classes

2007-01-22 Thread Gareth Hudson
n. I suspect the particular > > syntax you used was not correct, hence your issues. It'd help to > > post this instead. > > > > Regards, Stan Vassilev > > > > ----- Original Message - From: "Gareth Hudson" > > <[EMAIL PROTECTED]> &g

Re: [Flashcoders] Multi-dimensional array problems in classes

2007-01-22 Thread eka
Hello :) If you can compile your code in AS2 you can use my openSource framework VEGAS and this ADT package (vegas.data) ... you can find in this library all JAVA collections (Collection, Map, Iterator, List, Queue...) i think you can find good tools for you problem :) 1 - go in the project pa:

RE: [Flashcoders] Multi-dimensional array problems in classes

2007-01-22 Thread Merrill, Jason
>>Just a hint. >>Often multi-dimensional arrays are just crying out to be >>single arrays of objects and if their wish is granted, your >>code becomes amazingly small and elegant as your reward for >>granting their wish. I agree - IMO best and most flexible way is an array of objects (which obj

Re: [Flashcoders] Multi-dimensional array problems in classes

2007-01-20 Thread slangeberg
t; Regards, Stan Vassilev > > - Original Message - From: "Gareth Hudson" > <[EMAIL PROTECTED]> > To: > Sent: Saturday, January 20, 2007 2:02 PM > Subject: [Flashcoders] Multi-dimensional array problems in classes > > >> Hi there, >> >>

Re: [Flashcoders] Multi-dimensional array problems in classes

2007-01-20 Thread Ron Wheeler
Regards, Stan Vassilev - Original Message - From: "Gareth Hudson" <[EMAIL PROTECTED]> To: Sent: Saturday, January 20, 2007 2:02 PM Subject: [Flashcoders] Multi-dimensional array problems in classes Hi there, Does anyone know if it we are supposed to use multi-dimensio

Re: [Flashcoders] Multi-dimensional array problems in classes

2007-01-20 Thread Stan Vassilev
ect: [Flashcoders] Multi-dimensional array problems in classes Hi there, Does anyone know if it we are supposed to use multi-dimensional arrays (an array consisting of arrays) within a class? If so, what is the best, legal way to create them? The only way I have mana

[Flashcoders] Multi-dimensional array problems in classes

2007-01-20 Thread Gareth Hudson
Hi there, Does anyone know if it we are supposed to use multi-dimensional arrays (an array consisting of arrays) within a class? If so, what is the best, legal way to create them? The only way I have managed to do it is by this method: var reactionStoichiometry:Array = new Array ( new Array