WRITE offset, [ OutputList
]
OutputList = expr | arrayname \ count | stringname {\count} | "string" { , OutputList}
Writes data stored in the Flash
memory shared with the same Flash space as the DATA command. The offset
is used to change the location within the data array that will be written.
The elements of the OutputList will be
written into each word (32 bit) location in Flash, starting at offset.
That includes string elements so that each byte of the string will be
written into an individual word. 4K bytes are available for DATA and/or
WRITE. This is equivalent to 1024 elements.
The RESTORE statement resets the next-element pointer to the start of the DATA. This allows the user to alter the order in which the DATA are READ.