FUNCTION CONCAT : STR.IString
Concatenates two strings | See: SBD.IBuilder | The multiple nesting of CONCAT calls can often be replaced much faster via multiple calls to IBuilder.WriteIString.
InOut:
|
Scope
|
Name
|
Type
|
Initial
|
Comment
|
Return
|
CONCAT
|
STR.IString
|
|
|
Input
|
itfHead
|
STR.IString
|
|
The first part of the new string
|
itfTail
|
STR.IString
|
|
The second part of the new string
|
itfResource
|
STR.IString
|
0
|
|
Output
|
eErrorID
|
ERROR
|
|
|
|