Jump to content

Lookup ASCII code of any character


SlimShady
 Share

Recommended Posts

Just a simple piece of script. I was searching for the ASCII code of the square root symbol.

I couldn't find one, I only found the symbol itself.

So I created this script to lookup the ASCII code of the symbol by just pasting it in an inputbox.

$input = InputBox("Enter character", "Enter a character to convert to ASCII")
If $input = "" Then Exit
MsgBox(0, "ASCII decimal code", Asc($input))
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...