GetOrderArray Method (DATATABLE)
10.5, PLBCMP GUI Only
The GetOrderArray method retrieves the current index order for the columns in a DATATABLE. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A DATATABLE object.
return
Optional. A Character String Variable that returns the comma delimited string of the column indices.
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS flag is set if the {return} variable is too small and the return data must be truncated.
The ZERO and OVER flag are always cleared.
See Also: Method Syntax, DATATABLE Methods
![]() |