[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Its all relative



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