Page 1 of 1

macro PRINT USING for scientific notation

Posted: Fri Sep 02, 2016 12:56 pm
by kvirkler
This seems like it should be simple. Anyone know the Agilent macro PRINT USING format to force a number into scientific notation? So instead of PRINT USING "#.###", X which will just give me three decimals after the number, I need to know what to put in quotes to force X into scientific notation (like -2.080e-002) with a definable number of digits before and after the e. Thanks!