WriteRecords (Dataset subroutine)

From m204wiki
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.
stringlist A Stringlist object; items from this are written to dataset.
From A number specifying one less than the number of the first item of stringlist to write. It must be less than the value of stringlist:Count.
The default value of this argument is 0.
For The number of stringlist items to write.
The default value of this argument is stringlist:Count - From.

Usage notes

Examples

See also