home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The See Clearly Method
/
TheSeeClearlyMethod.iso
/
Media
/
Projector.exe
/
Projector.dxr
/
00008.ls
< 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
|
2002-02-15
|
298 b
|
18 lines
global myFile
on enterFrame
if objectp(myFile) then
myFile = 0
end if
myFile = new(xtra("fileio"))
openFile(myFile, "c:\agreed.txt", 1)
myVariable = readFile(myFile)
if readFile(myFile) = VOID then
go(2)
else
go(1, "qtpc")
closeFile(myFile)
end if
myFile = 0
end