Arithmetical operators

Advanced scripts support several arithmetical operators.

You can use the following arithmetical operators in Deliver scripts.

  • + add
  • - subtract
  • * multiply
  • / divide
  • % remainder

You can concatenate strings using the + operator. For example, "FirstName" + "LastName".