Convert an integer to signed char type.
OutputVar := ToChar(ByRef IntOrVar)Command Example: ToChar var Function Example: chr := ToChar(255)
The name of the variable in which to store the converted integer.
The value to convert, if a variable is passed, converted value will be written to it.