[Tutor] Table or Matrix Whatever

Gustavo Passos Tourinho tourinho@descartes.ucpel.tche.br
Thu, 6 Apr 2000 00:09:43 -0300 (EST)


Hi all again! :)

I would like to know how can i creat a table or matrix. I need to store
datas like:

        1         2        3
q1      a         b       a,b
q2      b         a        a

And how can i acess the datas from table like:
test[2][2]=a

I think that is it!
Thanks for any help