concat(string2[,string3][,string4][,...])
Concatenate a given string with one or more additional strings.
Examples
var txt = 'Hello'.concat(' ','and good morning.')
field['Salesperson.First Name'].concat(" ",field['Salesperson.Last Name'])
| << length | © 1996-2013 InetSoft Technology Corporation (v11.5) | substring(indexA, indexB) >> |