DeleteAllContent Method (DATATABLE)


10.5,A, PLBCMP GUI Only

 

The DeleteAllContent method removes all columns and rows in the DATATABLE. The method uses the following format:

 

[label]

{object}.DeleteAllContent

[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 DeleteAllColumns (DATATABLE) DeleteAllRows Method (DATATABLE)