[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
printing array output in different locations with each pass
- Subject: printing array output in different locations with each pass
- From: Joe Johnson <jej1216@YAHOO.COM>
- Date: Sun, 21 Jan 2001 10:26:41 -0500
Hi, group.
I am working with arrays for the first time, so forgive me if the answer to
this is obvious!
I am selecting TR Codes and DESCRs to an array, and I want to place the values
selected in a rectangle in the header of a report.
I want the first pass-selected TRC and DESCR values to print to (+1,1,30)
second pass-selected to
(0,35,30)
third
(0,65,30)
fourth
(+1,1,30)
fifth
(0,35,30)
sixth
(0,65,30)
etc
Is this possible? Got any examples I can use (steal is such a harsh word!)?
Also, any generic samples of using arrays would be greatly appreciated!
Thanks in Advance,
Joe Johnson