How to access the parameters passed in the function like this:
function foo(... args)
{
// How to access the passed arguments here.
}Thanks. -- View this message in context: http://www.nabble.com/function-foo%28...-args%29-%7B--%7D-tp18480729p18480729.html Sent from the FlexCoders mailing list archive at Nabble.com.

