[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Its all relative
- Subject: Re: Its all relative
- From: Jennifer Wagner 301-827-5467 FAX 301-594-6463 <WAGNERJ@CDER.FDA.GOV>
- Date: Mon, 23 Aug 1999 08:21:50 -0400
- A1-type: MAIL
- Alternate-recipient: prohibited
- Importance: normal
- In-Reply-To: <CC4F9A472B3ED311A1000008C73340741D965D@kcmexch.kcmftw>
- Posting-date: Mon, 23 Aug 1999 08:21:52 -0400 (EDT)
- Priority: normal
- UA-content-id: B2101IBL1SY6K
I use 0 and it just puts it on the same line.
>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