|
GetAliveList Function
Description Returns an array of ExactNames of all currently running ComTL instances except the current
Definition
Public Function GetAliveList() As String()
Remarks
Just one of the above parameters should be passed. In case of multi-instance of passed parameter(s) the first found match will be returned.
Example
Dim sData() As String sData = ComTL.GetAliveList
|