Data Types in X++
Dynamics AX 2009
X++ data types are divided into primitive data types and composite data types. You can also create extended data types and base enums, which build on the primitive data types, but these can be created only in the Application Object Tree (AOT), not as a language construct.
Note |
|---|
|
Variables must be declared at the start of your code and separated from other statements by a semi-colon (;) on a separate line. |
Community Additions
ADD
Show:
Note