Re: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
rigo Augusto Guerra" ; "Flash Coders List" Sent: Thursday, July 01, 2010 12:22 PM Subject: RE: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference. From your loop, you're accessing an array elem

RE: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Merrill, Jason
> > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of > Rodrigo Augusto Guerra > Sent: donderdag 1 juli 2010 15:36 > To: Flash Coders List > Subject: [Flashcoders] passing an array a

Re: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
, July 01, 2010 11:45 AM Subject: RE: [Flashcoders] passing an array as a method = TypeError: Error#1009: Cannot access a property or method of a null object reference. are you missing the following?: aRespGabarito = new Array(); > From: rodr...@alumni.org.br > To: flash

Re: [Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
- Original Message - From: "Cor" To: "'Rodrigo Augusto Guerra'" ; "'Flash Coders List'" Sent: Thursday, July 01, 2010 10:42 AM Subject: RE: [Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or

RE: [Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Cor
method = TypeError: Error #1009: Cannot access a property or method of a null object reference. Hi all, I'm creating a simple class that has an method that will receive an array as a parameter and store it inside the class in a property. This gives me the error below and I'm stuck. Al

[Flashcoders] passing an array as a method = TypeError: Error #1009: Cannot access a property or method of a null object reference.

2010-07-01 Thread Rodrigo Augusto Guerra
Hi all, I'm creating a simple class that has an method that will receive an array as a parameter and store it inside the class in a property. This gives me the error below and I'm stuck. Also I would like to know why if I change the code inside the method setGabarito to just ( aRespGabarito = p