ListIterator.value Method [AX 2012]

Retrieves the value that is pointed to by the iterator.

public anytype value()

Run On

Called

Return Value

Type: anytype
The value that is pointed to by the iterator.

Before you try to retrieve the value of a list element, use the ListIterator.more method to test whether an element exists.

Community Additions

ADD
Show: