Read Table Line
Description
This function reads a single line from the table.C Calling Sequence
int c_rto_read_table_line(char *value);
Arguments
| Argument | Type | Description | |
|---|---|---|---|
| value | Character Array | Output | This contains the last line in a table. | 
FORTRAN Calling Sequence:
DLLFUNC void STDCALL RTO_READ_TABLE_LINE_F2C(char *value, int len1, int *valuelen,
          int *success)
Arguments
| Argument | Type | Description | |
|---|---|---|---|
| value | Character Array | Output | This contains the last line in a table. | 
| valueLen | Integer | Input | This contains the number of characters in the value. | 
| success | Integer | Output | If the value is read then success return 1 or else 0. |