home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Panasonic-
/
funcity
/
paris
/
wave
/
TITLE.dcr
/
00039_ING02.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
502 b
|
26 lines
global debug, bank, mm, tdata
on exitFrame
if debug = 1 then
put tdata into field "BUFF"
if chars(field "BUFF", 1, 1) = "E" then
alert("Error:Not Found")
go("NC1")
else
go(the frame + 1)
end if
else
if netdone() then
put nettextresult() into field "BUFF"
if chars(field "BUFF", 1, 1) = "E" then
alert("Error:Not Found")
go("NC1")
else
go(the frame + 1)
end if
else
go("INQ.1")
end if
end if
end