[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
(no subject)
- Subject: (no subject)
- From: Edson Fernandes <Edsonfirst@AOL.COM>
- Date: Wed, 2 Jan 2002 23:49:08 EST
Hi ,
I need your help!!
Do you have an example where I can display data in 10 rows in an SQR array
on one line.
I tried to use the write command but it seems to display data on different
lines.
for example
col 1 col2 col3
1 2 3
4 5 6
7 8 9
Result output file should look like
1 2 3 4 5 6 7 8 9