From WikiChip
Difference between revisions of "mirc/identifiers/$comval"
(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...") |
(→Properties) |
||
Line 11: | Line 11: | ||
== Properties == | == Properties == | ||
− | + | * '''.result''' - Goes with the fourth parameter being a binvar, the result is saved to a binary variable, this allows you to access array, which are returned as tokens separated by NULL bytes. | |
== Example == | == Example == |
Revision as of 18:06, 7 July 2020
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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
- .result - Goes with the fourth parameter being a binvar, the result is saved to a binary variable, this allows you to access array, which are returned as tokens separated by NULL bytes.
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.