home *** CD-ROM | disk | FTP | other *** search
- The GetNetText command will fetch any text file from the network. Once the
- NetDone() function indicates that a file transfer is complete, use NetTextResult() to
- store the contents of the file in a data container of choice.
-
- To track multiple download operations, use the result of GetLatestNetID() as an
- argument for all other network Lingo functions. If these functions are called without
- any arguments, they will return the results of the most recently initiated transfer.