home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / examples / b5.sel < prev    next >
Encoding:
Text File  |  1999-03-04  |  220 b   |  9 lines

  1.    defenv variable Hello
  2.    
  3.    text "[variable]"
  4.    button "This" setenv variable "This" update
  5.    button "Is" setenv variable "Is" update
  6.    button "Selector" setenv variable "Selector" update
  7.    
  8.    unsetenv variable
  9.