Concat

Description

Concatenates two or more specified strings into one and returns the result.

Syntax

Concat(Item1, Item2, ... ItemN: String): String 

Example

Concat(Abbrev,-,Descr())

If current node name is 100 and current node description is Colas, then return value is 100–Colas.