M Mat Syntax Mat(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. Removes leading and trailing blanks. Only applicable to PageIN. Returns String copied from the matrix. Example mat(4, 7, 25);
Mat(num_col, num_row, num_len);
num_col
num_row
num_len
mat(4, 7, 25);