Free Pascal Program Tutorial 26



ASCII codes are used, in Tutorial 26, to separate letters, numbers and other characters from the string. Each character is assigned an ASCII code.

A list of the ASCII code can be found at: en.wikipedia.org/wiki/ASCII
By converting the character into ASCII and determining the code’s position in the table will determine if the character is a letter, number, or other character.

Code Download
FPProgT26.zip