ST10StrCat
ST = Funzioni stringa
La funzione ST10StrCat() concatena destination con il contenuto di source.
Restituisce un puntatore a destination.
Simile a strncpy() nel linguaggio C
IMPLEMENTAZIONE
ST10StrCat(destination, source)
Parametri:
IN/OUT | TIPO DI VARIABILE | NOME ESEMPIO | DIM | |
---|---|---|---|---|
OUT | ARRGBL | destination | B | |
IN | ARRGBL | source | B |