SetRowText Method (DATATABLE)
10.5, PLBCMP GUI Only
The SetRowText method changes the text of a row within a DATATABLE. The method uses the following format:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A DATATABLE object.
return
Optional. A Numeric Variable that indicates the success or failure of the method.
row
Required. A Numeric Variable that specifies the row accessed.
text
Required. A Character String Variable or literal that specifies the text to be assigned to a row column.
column
Optional. A Numeric Variable that specifies the column accessed.
Flags Affected: EOS, OVER, ZERO
Note the following:
If the column parameter is not used, the default value of zero is used.
A zero {return} value indicates a failure.
The ZERO flag is set if the {return} value is zero.
The OVER flag is set if the {return} variable is too small to receive the return value.
If a {column} is not specified, the default value is zero (0).
See Also: Method Syntax, DATATABLE Methods
![]() |