====== concat ======
The function concat () assembles any number of strings.
==== Syntax: ====
concat('string1', 'string2', 'string3', ...)
returns: string1string2string3
==== Sample: ====
concat('000', @SupplierGLN)
Here, the SupplierGLN is preceded by three zeros.