mbusRecordGetString (Function) |
Top Previous Next |
This function returns the value of a record as a STRING.
Input: handle : SYSHANDLE A handle to the connection
index : INT The index of the record.
Output: value : STRING The value of the record.
Returns: INT
Declaration: FUNCTION mbusRecordGetString : INT;
Example: INCLUDE rtcu.inc
|