6.0

Table Of Contents
65
This description details how to use it to concatenate two strings. See “Add (function)” on page 66 for help
using it to add two numerical expressions.
Syntax
string1 + string2 + ... string
Arguments
string1, string2,... — String values.
Code Sample Example
The following code sample concatenates five strings into a single string that contains the first and last
name of a customer.
Code Sample
show('First Name: ' + @(2,12,36) + ' ' + 'Last Name: ' + @(3,12,36))
– (operator)
See “Sub (function)” on page 159 and “Neg (function)” on page 118.
* (operator)
See “Mul (function)” on page 117.
/ (operator)
See “Div (function)” on page 87.
> (operator)
See “GT (function)” on page 104.
>= (operator)
See “GE (function)” on page 99.
< (operator)
See “LT (function)” on page 112.