Skip to content

concatenate (Math & String functions)

Compatible with:
  • Purpose
  • This command concatenates the string values, numeric values and/or variables that can hold string/numeric values provided as input to this command and returns concatenated string as output. Numeric values, if any, passed as part of the input must be provided without enclosing in double quotes.

    Alphanumeric string values, if any, passed as part of the input must be provided with or without enclosing in double quotes (Please note single quotes are not allowed). Variables, if any, that can hold numeric or string values, passed as part of the input must be of the format ${<variableName>} (Please note that the $ sign and the opening and closing curly braces must be used around the variable name).    

    Example: 12345, "Sam", "4,500", ${testValue}.
  • Syntax
  • concatenate(listOfValues, variableName)
  • Target
  • listOfValues

    (the values to be integrated seperated by comma ',')
  • Value
  • variableName

    (The name of a variable in which the result is to be stored.)
  • Return Value
  • N/A

Feedback and Knowledge Base