fill for talbes
Posted: Mon May 09, 2011 11:45 am
I have a list of values to fill in a table
t(1,1)="B"
t(1,2)="a"
t(1,3)="s"
It would be more convenient if there is a "fill" function that works on tables just like the one that works on matrices. Is there a function like that? Can I do something like: t.fill "B","a","s"?
t(1,1)="B"
t(1,2)="a"
t(1,3)="s"
It would be more convenient if there is a "fill" function that works on tables just like the one that works on matrices. Is there a function like that? Can I do something like: t.fill "B","a","s"?