I should be able to display a Floating Point number with a specified number of digits of precision
Okay -- have checked in the version of this that lets you control the format of the Floating Point by saying:
__1.2__
-- rounds to two decimal places
__07.2__
-- zero-pads the left to a total width of seven characters, and rounds to two decimal places