Functions for Manipulating Container Content
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
X++ supports a number of functions to manipulate the contents of containers. The following table gives an overview of these functions.
Function |
Description |
---|---|
Use condel to delete one or more items from a container. |
|
Use confind to locate a sequence of items in a container. |
|
Use conins to insert some items into a container. |
|
Use conlen to find out how many items there are in a container. |
|
Use connull to explicitly dispose of the contents of a container. |
|
Use conpeek to extract an item from a container, and to convert it into another data type, if necessary. |
|
Use conpoke to replace (poke) an item in a container. |
See also
Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.