Hi,
a qq: what happened to arguments in as3?
function asd( ... rest) {
trace(arguments); // Access of undefined property arguments
}
asd(11,"wee",{});
Hi,
a qq: what happened to arguments in as3?
function asd( ... rest) {
trace(arguments); // Access of undefined property arguments
}
asd(11,"wee",{});
:: Copyright KIRUPA 2024 //--