Set comma behavior in Variable Operation command

You can define a specific behaviour for the comma operator in the Variable Operation command manually.

Procedure

  1. Go to the Enterprise Client application path.
  2. From the list of files, open the AA.Settings.xml file with an XML editor such as Notepad++.
  3. Add the legacybehaviourforcomma tag if it is not available:
    <Player>
    <commands> 
    <variableoperation>   
      <arithmeticoperation>
      <legacybehaviourforcomma>false</legacybehaviourforcomma> 
      </arithmeticoperation>
     </variableoperation>
    </commands>
    </Player>
  4. 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.