LOTUSSCRIPT/COM/OLE CLASSES


Examples: PercentUsed property
This script gets the percent used of WHITESPC.NSF and puts it into the variable used. For example, PercentUsed returns 84.1.

Dim db As New NotesDatabase( "", "whitespc.nsf" )
Dim used As Double
used = db.PercentUsed

See Also