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