<< COM_set COM engine COM_xlsfinfo >>

COM_used


Returns list of current used COM handle.


Syntax


r = COM_used()

Output argument


h

a vector of COM handle.

Description


Returns list of current used COM handle.

See also


COM_set (set), COM_get (get).

Example


delete(COM_used())
e = actxserver('Excel.Application');
used = COM_used()
delete(used)
used = COM_used()

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< COM_set COM engine COM_xlsfinfo >>