28.03.2015, 10:19
(
Last edited by Juvanii; 28/03/2015 at 04:06 PM.
)
Quote:
You can only store 1 bit of information in each cell of the array.
|
consider i have 30 text data wanna use it in formatting a msg under one function, it's impossible to make 30 local variables such as:
pawn Code:
new variable1[50];
new variable2[50];
new variable3[50];
new variable4[50];
new variable5[50];
...
...
...