Code:
var vTemp = 0;
void getValue(var value)
{	
	value = 10;	
}

...

getValue(vTemp);



...

How can I modify the global variable specified in a function parameter?


Last edited by NeoNeper; 10/27/13 14:42.

Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________