Arrays question!
#1

pawn Code:
new hello[2][4];
//is the same as...
new hello[8];
//2*4 = 8
but is...

pawn Code:
new hello[1][1];
//the same as?
new hello[2];
//1*1 = 1...
Sorry was just taking a look at some stuff and just decided to ask.

- Not sure why I placed this thread here but my apologies! Move if necessary!
Reply


Messages In This Thread
Arrays question! - by Kush - 09.09.2012, 17:43
Re: Arrays question! - by leonardo1434 - 09.09.2012, 17:50
Re: Arrays question! - by Larceny - 09.09.2012, 18:02
Re: Arrays question! - by Vince - 09.09.2012, 18:24
Re: Arrays question! - by Finn - 09.09.2012, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)