REFERENCE
Syntax
GETALL [collection|recent]
Used in a Server.Load script to fetch the ID table of all Note IDs from the database. This command must be used before other commands -- for example,
Examples
GetAll Recent -- the most recent items in the most recently opened collection.
GetAll Collection -- all the items in the most recently opened collection.
Related topics