Skip to content

Inconsistency in vector printing depending on length

4 messages · William Dunlap, Lorenz, David, Dominic Comtois

#
It is happening because the print routine wants to be ready to print
all the line-beginning [index] tags aligned with each other.  With
every power of ten in length it will need an extra space.  I guess that
when it does this it doesn't check whether it will need to make an [index]
tag for the tail end of the vector.

Bill Dunlap
TIBCO Software
wdunlap tibco.com


On Fri, May 16, 2014 at 1:41 PM, Dominic Comtois
<dominic.comtois at gmail.com> wrote: