[flexcoders] ... (rest) parameter - passing to second function

2007-09-21 Thread Mark Ingram
Hi, if I have a function: public virtual function applicationSave(data:String):void { this.send(applicationSave, data, this.commonId, this.creationId); } And private function send(methodName:String,

RE: [flexcoders] ... (rest) parameter - passing to second function

2007-09-21 Thread Alex Harui
Ingram Sent: Friday, September 21, 2007 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ... (rest) parameter - passing to second function Hi, if I have a function: public virtual function applicationSave(data:String):void