WriteRecords (Dataset subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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