Difference between revisions of "SET CURRENCY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Numeric Data | Numeric Data | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[CURRENCY()]] | + | [[CURRENCY()]], [[SET LANGUAGE]] |
Line 25: | Line 22: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set currency to ’£’ | set currency to ’£’ | ||
? currency(5000.00) | ? currency(5000.00) | ||
− | £5000.00</ | + | £5000.00</code> |
Revision as of 14:16, 15 April 2009
Class
Numeric Data
Purpose
Define the currency symbol associated with the CURRENCY() function
Syntax
SET CURRENCY TO <expC>
See Also
Description
The SET CURRENCY TO command allows you to define the currency symbol associated with the CURRENCY() function or the ’$’ picture symbol, as specified by the character expression <expC>. This expression has a length of one character. By default, CURRENCY is $.
NOTE: The SET LANGUAGE command may be required to obtain the ’£’ character. See the SET LANGUAGE command for further details.
Example
set currency to ’£’ ? currency(5000.00) £5000.00
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer