WRITELIST


WRITELIST allows the program to store a list held in a jBC variable to the global list file.

 

COMMAND SYNTAX

WRITELIST variable ON|TO expression {SETTING setvar} {ON ERROR statements}

 

SYNTAX ELEMENTS

variable is the variable in which the list is held.

expression should evaluate to the required list name. If expression is null, the list will be written to the default external list.

If the SETTING clause is specified and the write fails, setvar will be set to one of the following values:

Incremental File Errors

128 No such file or directory
4096 Network error
24576 Permission denied
32768 Physical I/O error or unknown error

 

NOTES

See also: DELETELIST, READLIST, FORMLIST

EXAMPLES

* Create the list first
WRITELIST MyList ON "MyList"


jBC