Difference between revisions of "GetCurrency"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the currency symbol selected in the Regional Options settings of the Windows XP Control Panel. ==== Usage ==== <syntaxhighlight>GetCurrency</syntaxhighlight> ===...")
 
 
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.