|
GetHandlesArrByKeyArr |
Top Previous Next |
|
GetHandlesArrByKeyArr (Method)
Returns the number and the handles of all the objects that have key names included to a specific string arraysKeys()=An array of Strings for the key names
Syntax: Function GetHandlesArrByKeyArr(sKeys() As String, lHandles() As Integer) As Integer
The GetHandlesArrByKeyArr method syntax consists of the following:
Return value: Integer - Is the total number of the objects which have key names included in the string array sKeys()
Remarks: The number of objects can be greater than the number of key names in the string array sKeys()
|