CONCAT (FUN)ΒΆ
FUNCTION CONCAT : 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
Comment
Return
CONCATInput
itfHeadThe first part of the new string
itfTailThe second part of the new string
itfResourceThe resource that this function is working on. It will contain the result after the function call and will also be returned by this function so it can be used in nested calls.
Output
eErrorID