Storing text data in a variable with an array
#5

Quote:
Originally Posted by CalvinC
View Post
You can only store 1 bit of information in each cell of the array.
I know that, i created this thread to see if there is a method to store text data or not!
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];
...
...
...
EDIT: FIXED
Reply


Messages In This Thread
Storing text data in a variable with an array - by Juvanii - 28.03.2015, 09:06
Re: Storing text data in a variable with an array - by ball - 28.03.2015, 09:08
Re: Storing text data in a variable with an array - by Juvanii - 28.03.2015, 09:14
Re: Storing text data in a variable with an array - by CalvinC - 28.03.2015, 10:12
Re: Storing text data in a variable with an array - by Juvanii - 28.03.2015, 10:19

Forum Jump:


Users browsing this thread: 1 Guest(s)