ST10StrNCpy
ST = Funzioni stringa
La funzione ST10StrNCpy() copia i primi n caratteri dell'array puntato
da source nell'array puntato da destination.
Restituisce un puntatore a destination.
Simile a strncpy() nel linguaggio C
IMPLEMENTAZIONE
ST10StrNCpy(destination, source, source_start, num)
Parametri:
IN/OUT | TIPO DI VARIABILE | NOME ESEMPIO | DIM | |
---|---|---|---|---|
OUT | ARRGBL | destination | B | |
IN | ARRGBL | source | B | |
IN | GLOBAL/CONST | source_start | L | |
IN | GLOBAL/CONST | num | L |