Reads next line in current block or subblock.
Format
READ_T_O_READ_TABLE_LINE ()
Prerequisites
READ_T_O_OPEN_FILE (Filename)
READ_T_O_START_TABLE_READ (Block Name)
or
READ_T_O_START_TABLE_SUBBLOCK_READ (Block Name, SubBlock Name)
Arguments
None
Examples
[The following assumes this file has already been opened (“<acar_shared>/springs.tbl/mdi_0001.spr”), and read_t_o_start_table_read has been used to read the first line in the “CURVE” block.]
Function | READ_T_O_READ_TABLE_LINE () |
Result | “-110.0 -10750.0” |
Note that the first time this is called after the READ_T_O_START_TABLE_READ will return the first string in the block.
Important: | Filenames are case sensitive and parameters are not case sensitive. |