...
CMS_GetGroupMembership() As Boolean
Return value
Result will be stored in gaValue
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = CMS_GetGroupMembership() For index = LBound(gaValue) to UBound(gaValue) xStatus = Job_WriteLog("Custom", "Index #" & index & ": '" & cStr(gaValue(index)) & "'", bStatus, True) Next |
Related functions
...