Re: [flexcoders] function foo(... args) { ;}

2008-07-16 Thread Sid Maskit
11:17:12 PM Subject: RE: [flexcoders] function foo(... args) { ;} You mean to say: function foo(... args) { var myArgs:Array = Array(args); } Am I right here?? Thanks, Manu. Rick Winscot-2 wrote: > > You can treat args as an array. > > > > Rick Winscot > > > &

RE: [flexcoders] function foo(... args) { ;}

2008-07-15 Thread Manu Dhanda
You mean to say: function foo(... args) { var myArgs:Array = Array(args); } Am I right here?? Thanks, Manu. Rick Winscot-2 wrote: > > You can treat args as an array. > > > > Rick Winscot > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Manu Dh

RE: [flexcoders] function foo(... args) { ;}

2008-07-15 Thread Rick Winscot
You can treat args as an array. Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Wednesday, July 16, 2008 1:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] function foo(... args) { ;} How to access the parameters passe