home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dcr / 00133.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  151 b   |  7 lines

  1. on preloadItem theURL
  2.    global gXferIDlist, gCurrID
  3.    preloadNetThing theURL
  4.    put getLatestNetID() into gCurrID
  5.    append(gXferIDlist,gCurrID)
  6. end
  7.