Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: T - Z
> WRITE_T_O_TABLE_LINE
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.
This site works best with JavaScript enabled