Project

General

Profile

$comval » History » Revision 6

Revision 5 (Per Amundsen, 07/24/2020 03:08 PM) → Revision 6/7 (Per Amundsen, 09/20/2020 04:31 AM)

_Added in 1.9.4_ 

 *$comval(name,N,member, [&binvar])* *$comval(name,N,member)* 

 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]. *TODO*