PDA

View Full Version : function apply call length


kentyler
04-22-2003, 06:28 AM
It looks like function.apply(), function.call() and function.length() are not included, or is this one of those in Flash 6 but not in Flash 5 issues ?

antun
04-22-2003, 08:50 AM
I don't think you can use any of these methods, and neither can you use the function constructor:


var a = new Function();


-Antun