variable is destroyed?
#1

Hi,

When i create variable for example in function

Код:
stock anyfunctioname()
{
   new anystringgg[ 100 ];
   format( anystringgg, 99,"blablabla");

   SendClientMessageToAll(-1,  anystringgg );
}
So anystringgg is automatic destroyed after function ends?
Reply


Messages In This Thread
variable is destroyed? - by Bussyman - 19.08.2017, 09:07
Re: variable is destroyed? - by JesterlJoker - 19.08.2017, 09:44
Re: variable is destroyed? - by Bussyman - 19.08.2017, 09:50
Re: variable is destroyed? - by Vince - 19.08.2017, 10:10
Re: variable is destroyed? - by iLearner - 19.08.2017, 12:02

Forum Jump:


Users browsing this thread: 2 Guest(s)