ST10StrCat

ST = String functions

The ST10StrCat() function concatene destination with source contents.
It returns a pointer to the destination.
Like strncpy() in c language

IMPLEMENTATION

ST10StrCat(destination, source)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
OUT ARRGBL destination B
IN ARRGBL source B