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

  1. The GetNetText command will fetch any text file from the network. Once the 
  2. NetDone() function indicates that a file transfer is complete, use NetTextResult() to 
  3. store the contents of the file in a data container of choice.
  4.  
  5. To track multiple download operations, use the result of GetLatestNetID() as an 
  6. argument for all other network Lingo functions. If these functions are called without 
  7. any arguments, they will return the results of the most recently initiated transfer.