The WRITE command is used to write a range of cells from a working list to a nominated worksheet.
All rows and columns from the working list are written out to the specified sheet using the R1C1 start position. Any fields specified in the EXCLUDE keyword are not included in the write operation.
Syntax:
|
Example
WRITE #WRKLST(field,field)
WRITE SHEET(Sales) #WRKLST(field,field)
WRITE R1C1(10,5) #WRKLST(field,field)
WRITE R1C1(10,5) EXCLUDE(field) #WRKLST(field,field)