en:software:qview:qview_6:qcl_library:st10strcat

This is an old revision of the document!


ST10StrCat

ST = String functions

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

ST10StrCat(destination, source)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
OUT ARRGBL destination B
IN ARRGBL source B
  • Last modified: 2020/12/29 18:11