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
AppendToStringBOOLInput
HEADPOINTER TO STRING(255)
Head part of the concatenated result
TAILSTRING(255)Tail part of the concatenated result