MotionView User's Guide

Read Table Line

Read Table Line

Previous topic Next topic No expanding text in this topic  

Read Table Line

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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 from the table then success return 1 or else 0.

NoteBefore using the Read Table Line function, a Read table Block or Read Table SubBlock function should be used.  Typically the Read Table Line function is used in a loop function that is to read the entire table.