From WikiChip
$comval Identifier - mIRC
< mirc‎ | identifiers
Revision as of 08:21, 5 April 2018 by Ouims (talk | contribs) (Created page with "{{mirc title|$comval Identifier}}'''$comval''' returns the member value for the Nth instantiation of the enumerated collection in a COM object. == Synopsis == <pre>$comval(n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$comval returns the member value for the Nth instantiation of the enumerated collection in a COM object.


Synopsis

$comval(name,N,member)

Paramters

  • name - The name of the COM object connection
  • N - The Nth item in the list
  • member - The name of the member you want to access

Properties

None

Example

None

Compatibility

Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also