bergheim
June 26th, 2004, 01:20 PM
Hello.
Is there any way to get the address of a variable etc like in c/c++?
Like:
var someRef = &_root.as['someVar'];
or
function whatnot( var *someVar ) { ... }
My initial tests shows that flash makes copies of everything, even selfsefined objects! Surely there must be support for something else...
Is there any way to get the address of a variable etc like in c/c++?
Like:
var someRef = &_root.as['someVar'];
or
function whatnot( var *someVar ) { ... }
My initial tests shows that flash makes copies of everything, even selfsefined objects! Surely there must be support for something else...