Blog on Microsoft Dynamics AX/ D365
These are new two operators added to X++ libraries.
*=
/=
Example:
X *= 2X /= 2
These are short for X = X * 2 and X = X / 2.
//Get or adjust tax calculation using TAXDOCUMENT framework (Tax calculation service) TaxRegulation taxRegulationDetail; TmpTaxRegulation ...
No comments:
Post a Comment