I have a 16 column LIST to print. I would Like to center the data in 13 of those columns and all the column headings.
The columns and the order in which I would like them to appear are included in the DICT of the table in question. I refer to the name of this new column in my list statement. All printing is as I want it except to center selected columns and column headings.
I tried JustLen "C" after the new column name and it centered the last column only. Everywhere else that I try using JustLen I get an error message that "C" is not a column on my table.