These are new two operators added to X++ libraries.
*=
/=
Example:
X *= 2
X /= 2
These are short for X = X * 2 and X = X / 2.
Table1 ppt; select firstonly ppt order ItemCode, ItemRelation, AccountCode, AccountRelation where (ppt.ItemCode == TableGroupAll::T...
No comments:
Post a Comment