ROMANw. Format

Writes numeric values as roman numerals.

Category: Numeric
Alignment: Left

Syntax

ROMANw.

Arguments

w

specifies the width of the output field.

Default 6
Range 2–32

Details

The ROMANw. format truncates a floating-point value to its integer component before the value is written.

Example

Statements
Results
 
----+----1
select put(2006,roman.);
MMVI

See Also