This functionality is only available for certain module packages.

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

post(Object obj)

Returns the successor to object obj.

post(Object obj)
Argument Object obj Object for which the successor is sought.
Return value Object

Successor to obj.

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

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