InternetClose
|
File Input/Output functions |
SYNTAX | InternetClose( handle ) |
RETURNS | NOTHING |
FUNCTION | The function closes Internet file handle that was open by InternetOpenURL |
EXAMPLE | ih = InternetOpenURL( "https://www.quandl.com/api/v3/datasets/SEC/AAPL_SALESREVENUENET_Q.csv?api_key=" ); |
SEE ALSO |
The InternetClose function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.