Visual Basic 2010 Express Tutorial 16 - ASCII Tables and Values


Characters have a value assigned to them. The functions Asc() converts the character into the ASCII Value and the function Chr() converts the ASCII value into the character. This video will show how to use keypresses to get ASCII values for characters pressed and will show how to sort text into letters, numbers and other characters using ASCII values.

ASCII Table Link: en.wikipedia.org/wiki/ASCII

Code Download
VBT16_1.zip
VBT16_2.zip