| Datafeed Toolbox | ![]() |
True if valid Yahoo connection
Syntax
x = isconnection(Connect)
Arguments
Connect |
Yahoo connection object created with the yahoo command. |
Description
x = isconnection(Connect)
returns x = 1 if the connection is a valid Yahoo connection, and x = 0 if it is not.
Example
c = yahoo
establishes a Yahoo connection, c.
x = isconnection(c) x = 1
indicates that c is a valid Yahoo connection.
See Also
close, fetch, get, yahoo (Yahoo functions)
| get | yahoo | ![]() |