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 - CONCAT- Input - itfHead- The first part of the new string - itfTail- The second part of the new string - itfResource- The 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
