This documentation is archived and is not being maintained.
List.addEnd Method [AX 2012]
Adds a value to the end of the list.
public anytype addEnd(anytype element)
Run On
Called
Parameters
-
element
- Type: anytype
The value to add to the end of the list.
Return Value
Type:
anytype
The value that is added to the list.