This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Collections (collections of objects) > Methods for list > pre(Object obj)

pre(Object obj)

Returns the previous object to obj.

pre(Object obj)
Argument Object obj Object for which the predecessor is sought.
Return value Object

Previous object to obj.

If obj is the first object of the list, <null> is returned.

If obj is not included in the list, <null> is also returned.