ObjectID =  download .file .get  (  URL  )  
                                
Description :

This instruction downloads a file from the Internet and stores it in the system cache file.

Parameters :

  • Partial or full URL for the file.

Return Handle :

  • ObjectID of the file. NULL if the file was not found.

Examples :