Quote:
Originally Posted by Inverness
Ah, no wonder I had that array problem that time, oh well, it can be easily be fixed.
PHP Code:
function onCreated() {
temp.rawr = 0;
rawr = 3;
echo("1:" @ rawr);
echo("2:" @ temp.rawr);
}
Returns 3 in both cases, problem solved.
Edit:
It doesn't look pretty anymore though 
|
I'm not sure why you are trying to manage the variables anyway. The engine's meant to do that for you, and if your functions are structured sensibly, it should be obvious which variable names you are using.