MatBlk Syntax MatBlk(num_col, num_row, num_len); num_col Number specifying the column. num_row Number specifying the row. num_len Number specifying the number of characters to be copied. Description Copies characters from the input matrix. Keeps leading and trailing blanks. Only applicable to PageIN. Returns String copied from the matrix. Example matblk(5, 7, 25);
MatBlk(num_col, num_row, num_len);
num_col
num_row
num_len
matblk(5, 7, 25);