[QUESTION] Possible to use 1 variable on 2 uses?
#6

Quote:
Originally Posted by pds2012
Посмотреть сообщение
@ HimSelf i know those, im just asking if its possible so i could use less variables

@Roko_Foko thanks, for the info
HimSelfs example is still better then creating two separate variables because when you make a variables such as
pawn Код:
new
    Object1,
    Object2
;
you are using 64 bits of memory, however with this

pawn Код:
new Object[2];
you are only using 32 bits of memory if I am not mistaken.
Reply


Messages In This Thread
[QUESTION] Possible to use 1 variable on 2 uses? - by Patrick - 13.02.2013, 20:28
Re: [QUESTION] Possible to use 1 variable on 2 uses? - by Roko_foko - 13.02.2013, 20:33
Re: [QUESTION] Possible to use 1 variable on 2 uses? - by HimSelf - 13.02.2013, 20:39
Re: [QUESTION] Possible to use 1 variable on 2 uses? - by Patrick - 13.02.2013, 20:43
Re: [QUESTION] Possible to use 1 variable on 2 uses? - by PrawkC - 13.02.2013, 20:51
Re: [QUESTION] Possible to use 1 variable on 2 uses? - by new121 - 13.02.2013, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)