char |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Text functions -> char |
Show all Hide all |
The function char (code) returns the ASCII character, defined by the value (code).
Syntax: =char(code)
code is a number between 1 and 255
Example |
=char(88) is X If the cell A1 contains the value 35 the function =char (A1) returns the character # as a result. |