Reset Method (JSONDATA)


10.8, PLBCMP GUI Only

 

The Reset method is used to cleanup and free all JSONDATA object data. This method uses the following format:

 

 

[label]

{object}.Reset

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A JSONDATA object previously declared.

return

Optional. A Numeric Variable that returns a value of zero.

Flags Affected: EOS, OVER, ZERO

Notes:

  1. The EOS flag is always cleared.

  2. The ZERO flag is set TRUE for a value of zero.

  3. The OVER flag is set if the return value must be truncated.

 

 

See Also: Method Syntax, JSONDATA Methods



PL/B Language Reference