WRITE FILE
This command will write a long word of data to the file from an integer value. This is the standard command for writing data where the datatype is not important. The file specified by the file number must be open or the command will fail.

SYNTAX
WRITE FILE File Number, Variable

RELATED INFO
FILE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example