Examples: GetFirstEntry method (NotesACL - LotusScript®)

This script gets the first entry from the ACL of a database called HELLO.NSF.

Dim db As New NotesDatabase( "Kampala", "hello.nsf" )
Dim acl As NotesACL
Dim firstEntry As NotesACLEntry
Set acl = db.ACL
Set firstEntry = acl.GetFirstEntry