FORMULA LANGUAGE
Calculates the number of text, number, or timeĀdate values in a list. This function always returns a number to indicate the number of entries in the list.
This function is similar to @Elements, except that it returns the number 1 instead of 0, when the value it is evaluating is not a list or is a null string.
Note This @function is new with Release 6.
Syntax
@Count( list )
Parameters
list
numElements
GetItemValue method of LotusScript NotesDocument class
Values property of LotusScript NotesItem class
getItemValue method of Java Document class
Values property of Java Item class
Example See Also