Results 1 to 2 of 2

Thread: Unicode

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2004
    Posts
    297

    Unicode

    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)

  2. #2
    Addicted Member
    Join Date
    Jan 2002
    Location
    Glasgow, Scotland
    Posts
    202

    Re: Unicode

    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
    if you fail to plan, you plan to fail

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width