[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: columns
- Subject: Re: columns
- From: Gadi Yedwab <gadiy@SQRIBE.COM>
- Date: Wed, 19 Nov 1997 11:18:23 -0800
Aaron,
What you're describing should work.
A few basics with columns. "use-column 0" turns off columns. use-column
simply sets the current horizontal position. Then you print omitting
position or using a relative position.
Could you post some code that's showing the problem?
Gadi.
----------
From: Aaron Solomon <aaron.solomon@GS.COM>
To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
Subject: columns
Date: Wednesday, November 19, 1997 6:02 AM
Can anyone help me out with printing in different columns?
I have tried messing around with them, but it never seems to work right.
I am trying to print landscape on a page with 176 columns.
For kicks I created 3 columns, all of size 20 - just to see it print
right.
Well, when I do all my printing, everything goes into the 2nd column,
regardless of whether I use the use-column or nex-column command.
SQR seems to be ignoring it. What am I doing wrong?
Any suggestions,
Aaron