Datafeed Toolbox | ![]() ![]() |
True if valid Yahoo connection
Syntax
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.
Examples
establishes a Yahoo connection, c
.
indicates that c
is a valid Yahoo connection.
See Also
close
, fetch
, get
, yahoo
(Yahoo functions)
![]() | get | yahoo | ![]() |