{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

CCur

Returns the currency value of the argument.

Usage:

CCur( X )

Parameters:

X either a number, a string, or a currency, each of which will be converted to a currency.

Returns:

Currency value.

Examples:

CCur(231.2)     // $231.20
CCur("231.2")   // $231.20
CCur("$231.2")  // $231.20