Syntax
C++
METHOD PUBLIC GetRow : STRING(MYSQL_STRING_LENGTH)
VAR_INPUT
iFieldIndex : INT;
iRowIndex : INT;
END_VAR
Parameters
|
Parameter |
Description |
|---|---|
|
iFieldIndex |
Field Index |
|
iRowIndex |
Row Index |
|
Return value |
Contents of the field as a string. |
Example
Requirements
Remarks