If you want to read 9 significant digits, just use the %.9f format
string. Your %9.9f format string says to only process the first nine
characters in the field so you aren't getting the exponent. You can
also change the format and precision of the front array display to
something else (i.e. scientific) to display both the large and small
numbers. Just right click on a numeric indicator in the array and
select Properties and then click the Format and Precision tab.

Reply via email to