ST10StrCpy

ST = String functions

The ST10StrCpy() function copies the string pointed by source (including the null character) to the destination. Like strcpy() in c language.

IMPLEMENTATION

ST10StrCpy(destination, source)

Parameters:

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