Previous Page | Next Page

Additional NLS Language Elements

EURFRFIMw.d Format



Converts an amount from Finnish markkaa to euros.
Category: Currency Conversion
Alignment: right

Syntax
Syntax Description
Details
Examples
See Also

Syntax

EURFRFIMw.d


Syntax Description

w

specifies the width of the output field.

Default: 6
d

specifies the number of digits to the right of the decimal point in the numeric value.


Details

The EURFRFIMw.d format converts an amount from Finnish markkaa to an amount in euros and produces a formatted euro value. The conversion rate is a fixed rate that is incorporated into the EURFRFIMw.d format and the EUROCURR function. For more information about European currency conversion and currency conversion rate tables, see European Currency Conversion.


Examples

The following table shows input values in Finnish markkaa, SAS statements, and the conversion results in euros.

Amounts Statements Results
 
 
----+----1----2
50
put amount eurfrfim5.;

put amount eurfrfim9.2;
   E8

    E8,41
1234.56
put amount eurfrfim5.;

put amount eurfrfim9.2; 
 E208

  E207,64
12345
put amount eurfrfim5.;

put amount eurfrfim9.2;
2.076

E2.076,28


See Also

Formats:

EURTOFIMw.d Format

Functions:

EUROCURR Function

Previous Page | Next Page | Top of Page