Script functions reference > Script functions in alphabetical order > L > LotusNotesSetText

LotusNotesSetText
Syntax
LotusNotesSetText(str_fieldname, str_value);
str_fieldname
str_value
Description
Updates an item in a Lotus Notes Note with the specified text.
The Lotus Notes Note must be available, i.e. opened with the LotusNotesAddNote or the LotusNotesFind function.
Returns
0
-1
Failed to update the Lotus Notes Note. Possible causes include no connection to the database.
Example
$ret = LotusNotesSetText("invoiceReference", "Kalle");
OpenText StreamServe 5.6 Updated: 2013-03-01