FORM

Synopsis
FORM num width precision
Description

Outputs a word containing a printable representation of num, possibly preceded by spaces (and therefore not a number for purposes of performing arithmetic operations). The output has at least width characters, including exactly precision digits after the decimal point. If precision is 0 then there is no decimal point in the output.

Example
SHOW FORM 123.1 10 10
123.1000000000

SourceForge.net Logo