REBOL Document

To-money - Function Summary


Summary:

(missing)

Usage:

to-money value

Arguments:

value - The value argument.

Description:

Converts other values to MONEY.


    print to-money 123.4
    $123.40


    print to-money [AUS 123.4]
    AUS$123.40

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2004 REBOL Technologies