ReleaseComObject()

Releases a COM Object and frees up resources that it used.

ReleaseComObject( comObject=any );

Returns: any

Argument Description
comObject
any, required

Variable name of a COM object that was created using the function or tag.

Alias: com

Examples

There are currently no examples for this function.

See also