A little question about name variable.
#5

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
So you should use a variable and not an array.
It's really upto you. Making an array always wastes memory but you can also make a char-array if the value doesn't needs to be greater than 255 or lower than 0. Normal array stores values between -2,147,483,648 and 2,147,483,647, so you don't really need it.

pawn Код:
new var[2 char];
// Now we will use var{0} var{1} like this with braces.
Reply


Messages In This Thread
A little question about name variable. - by iOxide - 13.06.2014, 19:19
Re: A little question about name variable. - by Dignity - 13.06.2014, 19:23
Re: A little question about name variable. - by iOxide - 13.06.2014, 19:32
Re: A little question about name variable. - by Faisal_khan - 13.06.2014, 19:56
Re: A little question about name variable. - by iZN - 13.06.2014, 20:01
Re: A little question about name variable. - by iOxide - 13.06.2014, 20:14
Re: A little question about name variable. - by DavidBilla - 13.06.2014, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)