AppendToString (FUN)¶
FUNCTION AppendToString : BOOL
Appending of a string to a target string.
The string to append and the target have both
a maximum length of 255. If there is no more room in the target, the remaining characters will be missing. There won’t be an error.
- InOut:
- Scope - Name - Type - Comment - Return - AppendToString- BOOL- Input - HEAD- POINTER TO STRING(255) - Head part of the concatenated result - TAIL- STRING(255)- Tail part of the concatenated result 
