Overview | Statement List | Example
CHRSTR(n)
Returns a single character string that has a value equal to the value n to a receiving variable or GRIP statement. The receiving variable must be declared as a string.
Parameter |
Description |
n |
An integer which represents the value of the character to be returned. You can use any valid value from 0 to 255. However, when displaying characters to the CRT in Unigraphics, we recommend that you only use values of printable characters. For a list of printable ASCII characters, see the ASCII Conversion Table. |