+1 888 340 6572

GetCurrency: Difference between revisions

From MultiCharts
(Created page with "Returns the currency symbol selected in the Regional Options settings of the Windows XP Control Panel. ==== Usage ==== <syntaxhighlight>GetCurrency</syntaxhighlight> ===...")
 
No edit summary
 
Line 1: Line 1:
Returns the currency symbol selected in the Regional Options settings of the Windows XP Control Panel.
Returns the currency symbol selected in the ''Regional Options'' settings of the Windows XP Control Panel. In Windows 7, these settings can be found in the ''Regional and Language Options'' screen, accessed through the ''Clock, Language, and Region'' section of the Control Panel.


==== Usage ====
== Usage ==
<syntaxhighlight>GetCurrency</syntaxhighlight>  
<syntaxhighlight>GetCurrency</syntaxhighlight>  
   
   
==== Example ====
== Example ==
<syntaxhighlight>GetCurrency will return the "$" symbol for the US Dollar</syntaxhighlight>
<syntaxhighlight>GetCurrency</syntaxhighlight>
 
Will return the "$" symbol for the US Dollar.
 


[[Category:Environment Information]]
[[Category:Environment Information]]

Latest revision as of 10:22, 9 February 2012

Returns the currency symbol selected in the Regional Options settings of the Windows XP Control Panel. In Windows 7, these settings can be found in the Regional and Language Options screen, accessed through the Clock, Language, and Region section of the Control Panel.

Usage

GetCurrency

Example

GetCurrency

Will return the "$" symbol for the US Dollar.