CLEAREVENT Example


Example:

 

A

DIM

^

B

FORM

^

C

INTEGER

^

.

 

 

BUTTON1

BUTTON

 

.

 

 

DIMARR

DIM

^(3)

pDIMARR

DIM

^[]

.

 

 

VARLIST

VARLIST

^

.

 

 

  

CLEARADR

A,B,C,BUTTON1,DIMARR,pDIMARR,VARLIST

 

The sample code creates pointers of various types and then clears those pointers using the CLEARADR instruction.

 

 



PL/B Language Reference CLEAR Examples CLEAREVENT Example