Matt,
Alignment get's tricky if you use a proportional font (where each character
could have different widths). I'm sure there are some fixed pitch fonts
available that will handle this issue.
Barring the font, if you want to justify the numbers, try specifying a width
in the "ValueFormat" field such as: % 10.3
Notice the space between the % and the max width of 10 (and then precision
3). The will pad a space to handle +/- sign as well as create a 10 character
area for the number to reside (wherein it will right justify the number).
Here's a reference for the available formatting options:
http://www.cplusplus.com/reference/clibrary/cstdio/sprintf/
Jim
--------------------------------------------------
From: "Adam Chant" <
ad...@iads-soft.com>
Sent: Wednesday, May 16, 2012 7:39 AM
To: <
ia...@googlegroups.com>
Subject: RE: [IADS] Alpha Numeric Tables