Allows an alternative currency symbol for picture specification. 
                  	  
               
            
 
            	 
            
               Syntax
 
               		 
               		-currency_symbol {char|decimal|hex} 
               	   
            	 
            
               Parameters
 
               		 
               		
                
                  		   
                  			 
                  - char 
                     			 
                  
- A character representation of the currency symbol. 
                     			 
                  
- decimal 
                     			 
                  
- The ASCII (or Alt) decimal code for the currency symbol. 
                     			 
                  
- hex 
                     			 
                  
- The hexadecimal code for the currency symbol in the form 
                     				0xhh where 
                     				hh is the hexadecimal code. 
                     			 
                  
  
            	 
            
               Examples
 
               		 
               		
               Using 
                  		  char: 
                  		
               
 
               		-currency_symbol "£"
 
               		Using 
                  		  decimal: 
                  		
               
 
               		-currency_symbol 163
 
               		Using 
                  		  hex: 
                  		
               
 
               		-currency_symbol 0xa3