Yes, through the magic of higher-order functions:
http://livedocs.adobe.com/flex/3/langref/Function.html#apply()

-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-----Original Message-----
From: toofah_gm <ga...@byu.edu>
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] re-passing variable arguments?
Date: Mon, 29 Dec 2008 22:58:14 -0000

pass the variable arguments on to the generic 
continueFunction in this manner? I don't really want the args to be 
passed in a single Array, but want to call the continueFunction with 
the arguments split out like this dynamically 
continueFunction(args[0],


Reply via email to