With flex I can set an unknown number of parameters this way: public function call(... arguments):void Then I can call this way myobject.call(parameter1, parameter2, etc ...)
Inside of the method I get an array of parameters, however trying to do the same with Royale I get the very first parameter (a string) as an array of chars
