Character Variables

A character variable holds the value of a char and consists of characters, such as the letters in an alphabet. Its range of values is from'\u0000' to '\uffff' inclusive.

The default value of a Character variable is the null character, that is, '\u0000' or '\0' .

The Character Variable selection box lists all the character variables contained in the currently opened script. Use this selection box to paste an already defined character variable into an expression.