Returns the character equivalent of the specified number, using the computer's character set
Char([Number])
Where:
Number is a number, that is between 1 and 255, that is used to specify the character you want.
Rule | Meaning |
---|---|
Char(NumberComboBoxReturn) | The Char function finds the character equivalent of the return value from the NumberComboBox. |
NumberComboBoxReturn Value | Result of the Char function |
---|---|
97 | a |
70 | F |
94 | ^ |
51 | 3 |
35 | # |