What differs these 2 codes?
#1

pawn Код:
new test1[] = "Hello";
print(test1);
   
new test2[6];
format(test2, sizeof test2, "Hello");
print(test2);
I always use the second one as i have no clue what the first one does.
So basically what i'm looking for is an explanation about it
Reply


Messages In This Thread
What differs these 2 codes? - by iTorran - 25.02.2012, 11:47
Re: What differs these 2 codes? - by Vince - 25.02.2012, 11:55
Re: What differs these 2 codes? - by Gh05t_ - 25.02.2012, 12:08

Forum Jump:


Users browsing this thread: 1 Guest(s)