Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

ENUMGROUP

action

Enumerates the global groups of which the current user is a member.

syntax

ENUMGROUP (Index)

parameter

Index

A numeric value representing the group whose name you want to discover (where 0 is the first subkey).

returns

String

Global group name

Error code

Function failed

example

$Index = 0

DO

    $Group = ENUMGROUP($Index)

UNTIL Len($Group) = 0