Advertisement
gkhairallah

Get Group Memberships

May 20th, 2011
2,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ? @USERID " is a member of the following groups:" ?
  2. $count = 0
  3. Do
  4.     $GroupName = EnumGroup($count)
  5.     $count = $count + 1
  6.     ? $GroupName
  7. Until Len($GroupName) = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement