Return all members of a group

I need to find all the members of a given group in my application. I’d like to return them in a view column if possible as this makes it easier to access this info from multiple apps. If I can’t easily do that, I’d settle for writting a script. My goal is to use this info in a combo box or dialog box.

I’d appreciate any pointers to the right direction.

Thanks

Subject: Return all members of a group

@Name([CN];@DbLookup(“”:“NoCache”; “servername”:“names.nsf”;“Groups”;“GroupName”;“Members”))

Subject: RE: Return all members of a group

Thanks