Hello to all,
I am making a report in which i need 8 columns. Following code makes 4 columns but i cant seem to create remaining . Can someone edit the code and makeit 8 columns.
WRITE:
/'|', AT 14 '|', AT 58 '|', AT 71 '|', AT c_lnsize '|',
AT 2(12) '11111',
AT 15(42) '22222',
AT 59(11) '33333',
AT 72(11) '44444'.
Thanks..
Shehryar