LOTUSSCRIPT/COM/OLE CLASSES


FindString method
Example

Finds the text in a given field.

Note This method is new with Release 5.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument.FindString(text$ [, wholeword ] [, backwards ] [, caseSensitive ] [, wildCards ] [, accentSensitive ] [, searchDocument ] [, findNext ] [, wrapAround ] [, ignoreDiacritics ])

Parameters

text$


wholeword
backwards
caseSensitive
wildCards
accentSensitive
searchDocument
findNext
wrapAround
ignoreDiacritics
Usage

Performs the equivalent of Edit - Find (CTRL+F or CTRL+G) that is done in the User Interface without prompting the user.

Language cross-reference

EditFind @command in formula language

@IsMember function in formula language

Example