236. INCORRECT @FORMAT USAGE IN AN OUTPUT STATEMENT.

The arguments to an @FORMAT reference are not valid. @FORMAT requires one numeric argument (the numeric value to be formatted) and one text argument (the format template).  For example,

@FORMAT( X,  ’14.5g’)

will cause X to be displayed using 5 significant digits in a field of 14 characters.