Skip to content

get rid of format padding

1 message · Ido M. Tamir

#
Dear readers,

I need to prevent the output of very large
integers in scientific format.
So I use format, but now the integers in the
resulting tab delimited output file are padded.

I tried justify="none" or "left", width=0 but nothing
helps.

1\tA\t10000\t10000
2\ta\t    1\t1
        ^^^

thank you very much for your suggestions,

ido