The answer is %#_6f (where 6 is the maximum number of sig figs) or %#.6f (where 6 is the max number of decimal places)
An easy way to find out a format string you don't know is to use LabVIEW's UI for its controls. This way you can get instant feedback. So I created a numeric which behaved like you wanted, then right-clicked on it and chose Display Format (Format and Precision in older versions) and got this Window:
Then I click on the Advanced Edit Mode selection to get the format string section where you can doo all sorts of insteresting things with your numerics and timestamps. Here, the format string can be found and copied.
Message Edited by Matthew Kelton on
02-18-2008 04:48 PM