Difference between revisions of "Comopen"

From Scriptwiki
Jump to: navigation, search
m (comlist and comclose)
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
This opens a COM connection to object progid eg. Excel.Application, and assigns the connection a name.
+
#Redirect [[COM_Objects]]
  
/comopen name progid
+
[[Category:COM Objects]]
 
 
You should check [[$comerr]] after making this call to confirm that the COM connection was successful.
 
 
 
== COMLIST and COMCLOSE ==
 
Use /comlist to list all open COM connections.
 
/comlist
 
 
 
Use /comclose to close the COM connection.
 
/comclose name
 
 
 
== See Also ==
 
* [[$comerr]]
 

Latest revision as of 22:54, 6 July 2014

Redirect to: