Hi,
I saw an empty radiobuttonlike charakter.
Unicode 25A0
How can I use this karakter in code?
(filled rectangle closed = 25A1)
(Look in the character map)
Printable View
Hi,
I saw an empty radiobuttonlike charakter.
Unicode 25A0
How can I use this karakter in code?
(filled rectangle closed = 25A1)
(Look in the character map)
are you wanting to put this character in your code so that you can output it to screen?
You could try a SendKeys Statement.
Code:SendKeys "%2501",True