WriteFileLine
Writes a line of text to a text file. A newline is automatically appended.
native bool WriteFileLine(Handle hndl, const char[] format, any ...)Parameters
const char[] format
Formatting rules.
any... ...
Variable number of format parameters.
Return Value
bool True on success, false otherwise.Error
Invalid Handle.