NAME scopy - copy string at from(i) to to(j) SYNOPSIS call scopy(from, i, to, j) character from(ARB), to(ARB) integer i, j DESCRIPTION Copies the (sub)string of 'from', starting in location 'i', into array 'to', starting at 'j'. SEE ALSO stcopy, addset, addstr, concat DIAGNOSTICS None