Re: [guide-user] Length of lines in .dat files = 4000 bytes

Laville Bertrand Jul 26, 2007

Bill,

I agree with your solution.
I will divide 116 caracters in two lines, at the right place that don't cut a name.
Your right saying that the lenght of names of centraj stars is not uniform; each one follows the former, only separated by a coma.
Thanks

Bertrand


----- Original Message -----
From: Bill J Gray
To: guide-user@yahoogroups.com
Sent: Tuesday, July 24, 2007 5:42 PM
Subject: Re: [guide-user] Length of lines in .dat files = 4000 bytes


Hi Bertrand,

I don't see a quick, easy fix to this problem... except to
suggest that instead of using something like:

~r1096 116 %s\n

you could use

~r1096 99 %s
~r1195 17 %s\n

That is, show the first piece of the text, then the remaining
piece of the text. Depending on the layout of the names, you might
be able to show them on two lines:

~r1096 59 %s\n
~r1155 59 %s\n

Though I notice that 116/14 isn't an integer, so I'll assume the
names don't occupy uniform columns in your data file.

-- Bill






------------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.17/915 - Release Date: 24/07/2007 13:50


[Non-text portions of this message have been removed]