DeleteAllColumns Method (DATATABLE)


10.5, PLBCMP GUI Only

 

The DeleteAllColumns method removes all columns in the DATATABLE. The method uses the following format:

 

[label]

{object}.DeleteAllColumns

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A DATATABLE object.

return

Optional. A Numeric Variable that always returns zero.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. The EOS and OVER flags are always cleared.

  2. The ZERO flag is set.

 

 

See Also: Method Syntax, DATATABLE Methods

 



PL/B Language Reference Commit Method (DATATABLE) DeleteAllContent (DATATABLE)