char |
Top Previous Next |
Scripts > Class elements and c++ instructions > Interpreted C++ instructions > Variable types > char
Syntax
char <variable_name>
Description
Use the type specifier char to define a character data type. Variables of type char are 1 byte in length. Objects declared as characters (char) are large enough to store any member of the basic ASCII character set. The visual representation of certain nongraphic characters is possible by escape sequences. |
This page belongs to the TextTransformer Documentation |
Home Content German |