Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From dollars ($) to Euro
Message
From
09/09/2014 01:51:05
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
08/09/2014 16:51:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows NT
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01607194
Message ID:
01607202
Views:
88
>My app is made to work with $
>
>I will have to update it so it can work with $ and also Euro. Any tips so I don't suffer too much on this ;-)
>
>What is the character for Euro that I can use to replace $?

hm. Let's see
?CHR(ASC('$')*0.77279)
fails

On my keyboard it's just CTRL+ALT+E
others would be
?''+0h80
?ASC(0x80)

Copy and Paste solution:


If you go to a international design, the symbol may be placed after the value.

Also note, that normaly only the "official" symbol is valid, stuff done in fonts is ugly at least.

For the lazy ones (what I do with a pen, don't like to cripple my fingers on the useless symol)
EUR

see also
http://en.wikipedia.org/wiki/Euro_sign

HTH

Lutz
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform