|
Variables of type char are designed to hold ASCII codes, that is, a number that stands for a particular textual character. Each is a byte long and represents a single printable or control character. For example:
Similarly, it is often useful to turn an ordinal value into a character; this operation is performed by the Chr function.
Arrays of characters are such useful structures that Turbo Pascal provides the string type for working with
them.
|
Send mail to ljschwerin@hotmail.com with
questions or comments about this web site.
|