DOWNLOAD function
Purpose: The function will connect to the Internet and download the file specified in Url$ to the path\filename specified in the LocalFileName$ parameter. The runtime code dynamically loads URLMON.DLL, a Windows System DLL, and declares a function from within.
Syntax: RetVal% = DOWNLOAD(Url$, LocalFileName$) Parameters:
|
BCX Console Sample Programs using the DOWNLOAD function.