CRMScript assignment operators
The assignment operators store a value in a variable (on the left side of the operator). The standard assignment operator is=.
Also, CRMScript has operators that combine an arithmetic operation with the assignment for a more compact notation.
CRMScript arithmetic operators
The arithmetic operators do math with numbers, either Integer or Float.CRMScript string operators
The+ operator concatenates 2 strings.
+= operator appends the right-side string to the left-side variable.