You can define a specific behaviour for the comma operator in the Variable Operation command manually.
Procedure
-
Go to the Enterprise Client application path.
-
From the list of files, open the AA.Settings.xml file with
an XML editor such as Notepad++.
-
Add the legacybehaviourforcomma tag if it is not
available:
<Player>
<commands>
<variableoperation>
<arithmeticoperation>
<legacybehaviourforcomma>false</legacybehaviourforcomma>
</arithmeticoperation>
</variableoperation>
</commands>
</Player>
-
Set the value for the legacybehaviourforcomma tag.
- True: Set the value as true if you do not require the comma
operator in the Variable Operation. For example,
(10000 + 1).
- False: Set the value as false if you require the comma operator
in the Variable Operation. For example, (10,000 +
1).
If you do not add the legacybehaviourforcomma tag in the
AA.Settings.xml file or if the value is not properly
set for the configuration, the Enterprise Client will take the
legacybehaviourforcomma value as true by
default.