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:

 

[label]

{object}.GetOrderArray

[GIVING {return}]

 

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:

  1. The EOS flag is set if the {return} variable is too small and the return data must be truncated.

  2. The ZERO and OVER flag are always cleared.

 

 

See Also: Method Syntax, DATATABLE Methods

 



PL/B Language Reference GetColumnCount Method (DATATABLE) GetRowCount Method (DATATABLE)