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
Data is an Array and p is a String -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 as 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
- 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 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 Merrill, Jason
bros do array for (var r = 0; r <= tamanho; r++ ) { data = p1[r]; //data = "hello"; aRespGabarito[r] = data; <-any of the declarations above for data results in an error. } } - Original Message ----- From: "Cor" To: "'Rodrigo

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