ReadRecords (Dataset function)
Read multiple records from this dataset (Dataset class)
This page is under construction.
Syntax
%sl = dataset:ReadRecords[( [Max= number], [Min= number])]
Syntax terms
| %stringlist | A Stringlist object variable to receive the blocks of data. |
|---|---|
| dataset | A Dataset object. |
| Max | This is an optional, name required, numeric argument that is the maximum The default limit is ??. |
| Min | This is an optional, name required, numeric argument that is the minimum The default minimum value is ??. |