Index // Write


Format:

write string
write( string )
write filenumber, string
write( filenumber, string )

Description:

Writes string to the end of an open file. If the file number is not specified file number zero (0) will be used.

See Also:

Changedir, Close, Currentdir, Eof, Exists, Kill, Open, Read, Readline, Reset, Seek, Size, Writeline