WRITE_T_O_TABLE_LINE

Writes a line of text to the currently open file. Returns 1 on success and 0 if errors occur.

Format

WRITE_T_O_TABLE_LINE (Line)

Prerequisites

WRITE_T_O_OPEN_FILE (Filename)

Arguments

 
Line
Text to write to file.

Example

 
Function
WRITE_T_O_TABLE_LINE(“$---------STEADY_STATE”)
Result
1
Writes to file
$---------STEADY_STATE
 
Important:  
Filenames are case sensitive and parameters are not case sensitive.