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/OUT | VARIABLE TYPE | EXAMPLE NAME | DIM | |
|---|---|---|---|---|
| OUT | ARRGBL | destination | B | |
| IN | ARRGBL | source | B | |