This function locates the start of a table in a subblock of a block in a file. The table is denoted using “{“ and “}”.
int c_rto_start_subblock_table_read(const char *block, const char *subBlockName, char *form);
Argument |
Type |
|
Description |
---|---|---|---|
block |
Character Array |
Input |
This contains the block name in a TeimOrbit file. |
subBlockName |
Character Array |
Input |
This contains the subblock name in a block of a TeimOrbit file. |
form |
Character Array |
Output |
This contains the table column headings. |
DLLFUNC void STDCALL RTO_START_SUBBLOCK_TABLE_READ_F2C(char *blockName, int len1, int *blockNameLen, char *subBlockName, int len2, int *subBlockNameLen, char *format, int len3, int *formatLen, int *Success)
Argument |
Type |
|
Description |
---|---|---|---|
blockName |
Character Array |
Input |
This contains the block name in a TeimOrbit file. |
blockNameLen |
Integer |
Input |
This contains the number of characters in the block name. |
subBlockName |
Character Array |
Input |
This contains the subblock name in a block of a TeimOrbit file. |
subBlockNameLen |
Integer |
Input |
This contains the number of characters in the subBlock name. |
format |
Character Array |
Output |
This contains the table column headings. |
formatLen |
Integer |
Output |
This contains the number of characters in the format string. |
Success |
Integer |
Output |
If the value is read then success return 1 or else 0. |