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

LotusNotesSetNumber
Syntax
LotusNotesSetNumber(str_fieldname, str_value);
str_fieldname
str_value
Description
Sets the value of an item in a Lotus Notes Note to the specified value.
A Lotus Notes Note must be available, i.e. opened with the LotusNotesAddNote or the LotusNotesFind function.
Returns
0
-1
Example
$ret = LotusNotesSetNumber("invoiceNumber", "123456");
OpenText StreamServe 5.6 Updated: 2013-03-01