en:software:qview:qview_6:qcl_library:st10strncpy

ST10StrNCpy

ST = String functions

The ST10StrNCpy() function copies the first n characters of the array pointed to by source into the array pointed to by destination.
It returns a pointer to the destination.
Like strncpy() in c language

ST10StrNCpy(destination, source, source_start, num)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
OUT ARRGBL destination B
IN ARRGBL source B
IN GLOBAL/CONST source_start L
IN GLOBAL/CONST num L
  • Last modified: 2020/12/29 18:13