Page 1 of 1

size

Posted: Thu Sep 18, 2008 9:24 am
by startz
How about members of vectors and matrices to retrieve their size?

Code: Select all

vector(6) foo foo.@length matrix(3,1) fu fu.@rows fu@.columns
[/code]

Posted: Thu Sep 18, 2008 9:42 am
by EViews Gareth
The @columns and @rows functions already provide this functionality, but we can always add data members

Posted: Thu Sep 18, 2008 10:18 am
by startz
The @columns and @rows functions already provide this functionality, but we can always add data members
Or maybe mention those functions on the documentation page for vector...