02.09.2013, 04:47
Fortunately, PAWN (much like any other computer language) supports bi or even tri dimensional arrays, allowing you to store extra data on different indexes on different dimensions!.
For the example Borg posted, the first dimension would represent the index of each text, and the second dimension would store the characters of each string (with a max of 32).
For the example Borg posted, the first dimension would represent the index of each text, and the second dimension would store the characters of each string (with a max of 32).