InternetReadString
|
File Input/Output functions |
SYNTAX | InternetReadString( handle ) |
RETURNS | STRING |
FUNCTION | The function reads a string (line) from internet resource NOTES:
Internet* functions open wide area of applications including:
|
EXAMPLE | ih = InternetOpenURL( "https://www.quandl.com/api/v3/datasets/SEC/AAPL_SALESREVENUENET_Q.csv?api_key=" ); |
SEE ALSO |
The InternetReadString function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.