[flexcoders] Re: Help with error #1119

2008-09-22 Thread David Schenk
I thought that too but when I tried that, flex had a problem with var n:int = ciData.length; instead it gives me a 1069 error. let me mention that before I tried to break the code apart it did work. Perhaps a little more explaination I am trying to move the dp:Array() that was in the

Re: [flexcoders] Re: Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
All that you're using in the ArrayCollection are the length property and [] to access its items. Both are also available for the Array, so no special handling here. Could you post the whole error messages or better an example that we can compile and having the same problem? Anyway, you have to