So hold on!!
#1

This is better
Код:
new tmp1, tmp2, tmp3, tmp4, tmp5;
than this
Код:
    new tmp1;
    new tmp2;
    new tmp3;
    new tmp4;
    new tmp5;
Is this true. If it is i am going to change my script immidiatly
Reply
#2

It's the same thing but slightly faster. It's not wrong at any way but yea first one is "better".
Reply
#3

That is all i wanted to hear Thank you
Reply
#4

If you still want your indentation you can use:
PHP код:
new tmp1,
    
tmp2,
    
tmp3,
    
tmp4
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)