Japanese Yen symbol

N

nick

I'm having no luck getting it to come up on a report. Even if I enter it in
as Chr(92) it still comes up as a reverse backslash.

Do I have to tinker with my version? Japanese comes up fine otherwise but
the yen symbol appears as the backslash every time.
 
W

Wayne Morgan

If typing at the keyboard, use Arvin's suggestion. The number he gave is a
good clue. From the immediate window, you will see.

?Asc("¥")
165

I checked the ASCII table and 92 is a backslash.
 
Top