StrConcatA (FUN)ΒΆ
FUNCTION StrConcatA : BOOL
This function concatenates pstFrom to pstTo if the iBufferSize from pstTo is big enough. The function will do its work either with native IEC-Strings or with strings coming from external functions. It will return FALSE and does no concatenation if one of the strings is NULL or the buffer size is not big enough.
- InOut:
Scope
Name
Type
Comment
Return
StrConcatABOOLInput
pstFromsimply a pointer to byte
pstTosimply a pointer to byte
iBufferSizeINTthe buffer size of pstTo