How to retrieve names from Groups

I have Group name as “Crosscountry” on server document. How can i retreive all names from this group using lotus notes.

Subject: How to retrieve names from Groups

Using LotusScript perform the following steps:* Get a handle to the address book on the Domino server.

  • Open the ‘($Groups)’ view.

  • Perform a lookup using the group name.

  • Get the value of the ‘Members’ field in the group document which contains the list of names you want.