LotusNotesFind Syntax LotusNotesFind(str_search); str_search The search criteria. The criteria must be given in Lotus Notes syntax. Description Searches the database for Lotus Notes Notes that match the specified search criteria. Returns n The number of Lotus Notes Notes found that match the search criteria. -1 Invalid search syntax. -2 The search could not be performed. Possible causes include no connection to the database. Example Please refer to the Lotus Notes documentation for search syntax examples.
LotusNotesFind(str_search);
str_search
n
-1
-2