Free Pascal Links
Free Pascal
Free Pascal Wiki
Lazarus IDE
Lazarus Forum
forum.lazarus.freepascal.org/index.php?action=forum
Projects Using Lazarus
wiki.freepascal.org/Projects_using_Lazarus
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
Free Pascal
Free Pascal Wiki
Lazarus IDE
Lazarus Forum
forum.lazarus.freepascal.org/index.php?action=forum
Projects Using Lazarus
wiki.freepascal.org/Projects_using_Lazarus