$comval » History » Revision 6
« Previous |
Revision 6/7
(diff)
| Next »
Per Amundsen, 09/20/2020 04:31 AM
Added in 1.9.4
$comval(name,N,member, [&binvar])
Returns COM member value for the Nth instance of the enumerated collection in name.
Parameters
name - Name of the COM connection.
N - If N = 0, return number of items, otherwise The Nth item.
member - Member value to get.
[&binvar] - Adds the result to the specified &binvar instead. (changes return value to number of bytes added)
Properties
.result - Used with [&binvar].
Updated by Per Amundsen about 4 years ago · 6 revisions