Hi Michal, Joel,

Very very sorry. I forgot to mention that to use FORMAT you have to
first set the value of the word 'unset!

unset!: (type?)

Or if you don't want to use optional arguments, you can change the
header of FORMAT to:

format: func [
    {CONVERTS Rebol data into formatted strings.}
    item "value or block of values to format - block values are reduced first"
    decimal [integer! block!]  {decimal places to leave (2 by default)}
    width [integer! block!]    {width of formatted string}
        /full  "use extra precision in forming decimal values"
    /local n neg p factor exponent
][ ... ]

Whoops!

Eric

Reply via email to