WriteLine
Description
Writes a CR(\n) terminated string to the given file, which must have been opened for writing.
Definition
WriteLine( iFileID, str )
void agk::WriteLine( UINT iFileID, const char* str )
Parameters
- iFileID - The ID of the file to modify.
- str - The string to write.