Numeric expressions

Each numeric expression is evaluated to give a single numeric value which is displayed with maximum size of eleven characters plus one for negative values. This means that the resulting displayed value is truncated. The decimal place is floated to take maximum advantage of the field size. If the resulting value is an integer, the decimal place will be dropped.

The width of the numeric field can be modified with the @(RFIELD=n) expression.

Example:

 EASI>local a
 EASI>a=1.234
 EASI>PRINT a
 1.234
 EASI>PRINT 12*a
 14.808
 EASI>PRINT 32.44321987654321*a, " a=", a
 40.03493333 a=1.234

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.