CURRENCY()

From Recital Documentation Wiki
Revision as of 16:59, 23 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Numeric Data


Purpose

Function to prefix numeric value with currency character


Syntax

CURRENCY(<expN>)


See Also

SET CURRENCY


Description

The CURRENCY() function returns the specified <expN> as a character string prefixed with the current currency character which can be set with the command SET CURRENCY TO <expC>. The default for SET CURRENCY is "$".


Example

set currency to "$"
? currency(88.00)
    $88.00


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer