file_text_writeln(file)

From ENIGMA
Jump to navigation Jump to search

Description

Writes a new line to the given text file.

Parameters

Parameter Data Type Description
file integer index of the text file

Return Values

void: This function does not return anything.

Example Call

// demonstrates writing a new line to a text file
file_text_writeln(myfile);