The only ways I can think of is to have 2 1 dimensional arrays, but you want 1 multidimensional array so thats no use. Another way is to store the numbers as a string and have a string array. IE. have quotes around the numbers, e.g.
gang_stats$(1,1)=
"16
"
gang_stats$(1,2)=
"100
"
gang_stats$(1,3)="50 Cent"
Then to read the numbers back you can go...
value = val(gang_stats$(1,1))
I'm not sure how much you know, but val() converts strings to numerical values, but it only works if you have just numerical charcters in your string, if you have any letters the value returned will be 0 (I think). str$() does the same, except it converts numerical values to strings, e.g.
value$ = str$(100)
That will store "100" in your string variable.
cuRant PRogekt: a three-de map editer
Why the hell'd you ask me for crying out loud!?!
Athelon XP 1400 Plus - Nvidia Geforce MX400 - 256mb RAM