Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

VersionDescription
1.0.0initial version

Author

Allan CORNET