filewriteln

Writes a string with new-line to a file.

filewriteln <file handle> <string>

Remarks

Writes <string> and the new-line characters (CR+LF) to the file specified by <file handle>.

Example

filewriteln fhandle '---------cut here---------'