ReadRecords (Dataset function)

From m204wiki
Revision as of 23:30, 14 November 2012 by JAL (talk | contribs)
Jump to navigation Jump to search

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 ??.

Usage notes

Examples

See also