ENABLEITEM Example


Example:

 

MENU2

MENU

 

  

...

 

  

CREATE

MENU,")Compiler;()PLBCMP;-;(Sun)ed"

  

ACTIVATE

MENU,...

  

...

 

  

ENABLEITEM

MENU,1

  

ENABLEITEM

MENU,3

 

These ENABLEITEM instructions place the two menu items in an enabled state. They are created in a disabled state since they start with a '(' character.

 



PL/B Language Reference EDIT Examples ENCRYPT Example