FORMULA LANGUAGE
Matches a string with a pattern. It is case-sensitive and supports the NotesSQL ® ODBC driver.
Syntax
@Like( string ; pattern ) @Like( string ; pattern ; escape )
Parameters
string
flag
If either parameter is a list, the function returns 1 if any element of the first parameter is like any element of the second parameter.
Language cross-reference
Like operator of LotusScript language
Example See Also