ASCII Code
-
Design an application which will convert characters to their
corresponding ASCII codes.
- Create a form with two Edit Controls and one button, as show below.
- Be sure to enable the Multiline and Want Return properties of the left Edit control.
- You may also wish to enable the Read Only and Horizonal Scrollbar properties of the right Edit control.
-
A "new line" actually consists of CHR(13)+CHR(10).