| Database Toolbox™ | |
colsize = width(cursor, colnum)
colsize = width(cursor, colnum) returns the field size of the specified column number colnum in the fetched data set curs.
Get the width of the first column of the fetched data set, curs:
colsize = width(curs, 1)
colsize =
11
The field size of column one is 11 characters (bytes).
attr, cols, columnnames, cursor.fetch, get
![]() | versioncolumns |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |