[flexcoders] Re: using an array

2008-01-18 Thread Tim Hoff
= "a"; > incorrects[1] = "b"; > incorrects[2] = "c"; > > Gordon Smith > Adobe Flex SDK Team > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Tim Hoff > Sent:

RE: [flexcoders] Re: using an array

2008-01-17 Thread Gordon Smith
rray(); incorrects[0] = "a"; incorrects[1] = "b"; incorrects[2] = "c"; Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff Sent: Thursday, January 17, 2008 11:04 PM To

[flexcoders] Re: using an array

2008-01-17 Thread Tim Hoff
Hi, It looks like you have declared the array, but haven't constructed it; like so: var incorrects:Array = new Array(); Some prefer: var incorrects:Array = new Array; -TH Tim Hoff Cynergy Systems | Technical Lead 3603 5th Ave. Suite A, San Diego, CA 92103 http://www.cynergysystems.com