Michael Bock wrote:
> 
> Is there a way in gstat to set the precision of the variable output??

Michael, try

set format = '%12.8g';

12 is the total length of the field, 8 the number of 
digits. You may also want to try

set format = '%12.8f'; # and see what happens.

For the full reference, look up a C printf manual page.
--
Edzer

Reply via email to