Writes a string with new-line to a file.
filewriteln <file handle> <string>
Writes <string> and the new-line characters (CR+LF) to the file specified by <file handle>.
filewriteln fhandle '---------cut here---------'