home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 October
/
Pcwk1097.iso
/
REKLAMY
/
ATA-INT
/
3220
/
3220.EXE
/
3220.DXR
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-13
|
196 b
|
15 lines
global gMode, gTrigger
on exitFrame
if gMode then
set gTrigger to 1
btnJob4()
go(the frame)
else
go(marker(1))
end if
if the key = "q" then
go(marker(1))
end if
end