|
| Contents | Index COL.ROWS Get the number of rows used in a data set column. Syntax: COL.ROWS (data.set.name, [column.name(or number, 0-based)]) Reply: The number of rows in the column or the data set. If column.name is passed, the reply will be the number of rows used in the specified column (ie. if '20' is returned then the 21st and subsequent rows in the column are blank). Otherwise the reply will be the number of rows used in the whole data set (ie. if '20' is returned then the 21st and subsequent rows are blank across all columns). |
|
|