ReadRecords (Dataset function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
| Line 12: | Line 12: | ||
<tr><th>dataset</th> | <tr><th>dataset</th> | ||
<td>A <var>Dataset</var> object.</td></tr> | <td>A reference to an instance of a <var>Dataset</var> object.</td></tr> | ||
<tr><th><var>Max</var></th> | <tr><th><var>Max</var></th> | ||
Revision as of 23:35, 14 November 2012
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 reference to an instance of 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 ??. |