WRITE MEMBLOCK
Write the specified memblock to a file open for writing. You can store multiple memblocks within a currently open file, and is useful for creating your own file formats. To retrieve the memblock you must use the READ MEMBLOCK command. You must specify the file and memblock numbers using integer values.

SYNTAX
WRITE MEMBLOCK File Number, Memblock Number

RELATED INFO
FILE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example