CONCAT

Parameters

OrderNameTypeDesc
1aanyA const or item to place at the start of the string
2bConstA const of the text to place at the end of the string

Returns

Places an const on the stack

Description

This function creates a string by combining the two parameters together.

Many non-const parameters will be converted to their text representation. For example, relationship lists and property lists will be converted into their relationship or property names.

Asset lists will be converted into asset name and ERN.

This is most frequently used when creating a human-readable name for the NAME command.

See Also