Difference between revisions of "CURRENCY()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to prefix numeric value with currency character
 
Function to prefix numeric value with currency character
Line 26: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Revision as of 16:37, 27 November 2009

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 Server, Recital