>> month = eval(months[j+1]);
>> trace(month);                  //traces undefined;

Were is "month" defined?  I didn't see it declared anywhere in your code
until you tried to eval() it.  And why do you think eval() is useful
over [] in this case?

Jason Merrill
Bank of America  
GT&O Learning & Leadership Development
eTools & Multimedia Team


 
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to