[comp.lang.pascal] not expnential format

ANNEKE%HUTRUU54.BITNET@uga.cc.uga.edu ( Anneke Sicherer-Roetman) (05/03/91)

You should use something like
writeln(x:3:1)
to format the output to a field width of 3 and an 1 decimal or any other
format you desire. This is STANDARD pascal and can no doubt be found in
the manual. Anneke