Page 1 of 1

fill for talbes

Posted: Mon May 09, 2011 11:45 am
by basil
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"?

Re: fill for talbes

Posted: Mon May 09, 2011 11:47 am
by EViews Gareth
Because tables don't have fixed sizes, such a function does not, and could not, exist.

Re: fill for talbes

Posted: Mon May 09, 2011 12:01 pm
by basil
thx