Page 1 of 1

local var

Posted: Sun Sep 09, 2012 6:43 pm
by jon
Is it best to put empty into a local? Even though it will receive another put later.
What I mean is does it have any affect on performance if lots of variables have something in them unnecessarily?


Thank you, Jon

Re: local var

Posted: Sun Sep 09, 2012 6:50 pm
by Klaus
Hi Jon,

I think a little text in variables won't hurt, but having some x MB binary stuff in them will 8)


Best

Klaus

Re: local var

Posted: Sun Sep 09, 2012 7:52 pm
by jon
Thank you Klaus