Wednesday, 12 January 2005

Evaluating User Groups

This is an Un-Documented feature used to get Group Members.

groupName$ = "YourGroupName"
groupMembers = Evaluate( |@ExpandNameList(@Dbname;"| & groupName$ & |")| )

Forall names In groupMembers
Print names
End Forall

02:00 Posted in Blog, Tips | Permalink | Comments (0) | Email this | Tags: Just talk Lotus

Post a comment