[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Its all relative
Zero is the same as leaving it blank.
-----Original Message-----
From: Ross, Steven [mailto:sross@KCM.ORG]
Sent: Wednesday, 18 August 1999 7:15 AM
To: Multiple recipients of list SQR-USERS
Subject: Re: Its all relative
No, they are not the same.
print "something" (line,column,width)
By leaving out the line number (,x,y) you are saying, "print on the same
line".
Having said that, I do not know what a "0" would do in the line position. I
could see how a "+0" would remain on the same line, however it seems to me
that a "0" would be "one before line 1"...
You could test it....
My $0.02....
Steven Ross
Programmer/Analyst
sross@kcm.org
> -----Original Message-----
> From: David A. Beck [mailto:david.beck@EY.COM]
> Sent: Tuesday, August 17, 1999 2:17 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Its all relative
>
>
> Good Afternoon,
>
> Quick and simple question for everyone:
>
> Is the below statement the same as...
>
> print $region (+2,1,6)
> print $district (0,8,6)
>
> This below statement?
>
> print $region (+2,1,6)
> print $district (,8,6)
>
>
> I just took the '0' out of the coordinates. I was wondering
> if the '0' is absolute or relative.
>
> Thanks in advance!
>
> Dave