NAME concat - concatenate 2 strings together SYNOPSIS call concat(buf1, buf2, outstr) character buf1(ARB), buf2(ARB), outstr(ARB) DESCRIPTION Copies the arrays buf1 and buf2 into the array outstr. All arrays are ascii character arrays stored one character per array element. SEE ALSO scopy, stcopy, addset, addstr DIAGNOSTICS None