Reset Method (XDATA)


9.8A

 

The Reset method deletes all of the data in a XDATA object. The method uses the following format:

 

[label]

{object}.Reset

[GIVING {return}]

Where:

label
Optional. A Program Execution Label.
object
Required. An XDATA object.
return
Optional. A Numeric Variable that is always set to zero.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. The ZERO flag is always set TRUE.

  2. The OVER and EOS flags are always set FALSE.

  3. All of the current data in the XDATA is deleted when this method is executed.

 

 

See Also: XDATA, XDATA Methods, Method Syntax



PL/B Language Reference MoveToNode Method (XDATA) SaveJson Method (XDATA)