WriteRecords (Dataset subroutine)

From m204wiki
Revision as of 16:23, 26 April 2017 by ELowell (talk | contribs) (→‎Syntax terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Write multiple records to this dataset (Dataset class)


This page is under construction.

Syntax

dataset:WriteRecords( sl, [From= number], [For= number]) Throws WriteError

Syntax terms

dataset A reference to an instance of a Dataset object.
sl A Stringlist object; items from this are written to dataset.
From A number specifying one less than the number of the first item of sl to write. It must be less than the value of sl:Count.
The default value of this argument is 0.
For The number of sl items to write.
The default value of this argument is sl:Count - From.

Usage notes

Examples

See also