home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
ch08_lgo
/
tutor.dcr
/
00134.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-06
|
223 b
|
14 lines
on preloadItem theURL
global gXferIDlist, gCurrID
preloadNetThing theURL
put getLatestNetID() into gCurrID
append(gXferIDlist,gCurrID)
end
on idle
global gCurrID
put NetDone(gCurrID) into isDone
...
end