|
| KiXtart Command Reference |
ENUMGROUPactionEnumerates the global groups of which the current user is a member. syntaxENUMGROUP (Index) parameterIndex A numeric value representing the group whose name you want to discover (where 0 is the first subkey). returns
example$Index = 0 DO $Group = ENUMGROUP($Index) UNTIL Len($Group) = 0 |