August 31st, 2012

PowerTip: Display the Character for an ASCII Value

Doctor Scripto
Scripter

Summary: Learn a simple trick to display the character associated with an ASCII value.

Hey, Scripting Guy! Question I would like to display the ascii character associated with the ascii value 56. How can I do this?

Hey, Scripting Guy! Answer [char]56

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

1 comment

Discussion is closed. Login to edit/delete existing comments.

Newest
Newest
Popular
Oldest
  • Mark MacLachlan

    Why can’t I use this method for higher Char characters such as the e typically used in Cafe? [char]130

Feedback