Index // Writeline


Format:

writeline string
writeline( string )
writeline filenumber, string
writeline( filenumber, string )

Description:

Writes string append with a newline character 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, Write

Revised:

0.9.4