home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1997 #3
/
amigaacscoverdisc
/
utilities
/
shareware
/
workbench
/
selector
/
examples
/
env3.sel
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-23
|
228 b
|
13 lines
close off
defenv c ";"
gap 4
rows 3
startbox
[c] text "Just press"
[c] text "the different"
[c] text "buttons"
endbox
button "Help text" 'setenv c " "' update
button "No Help" 'setenv c ";"' update
button exit 'unsetenv c' exit