ToChar

Convert an integer to signed char type.

OutputVar := ToChar(ByRef IntOrVar)
Command  Example: ToChar var
Function Example: chr := ToChar(255)

Parameters

OutputVar

The name of the variable in which to store the converted integer.

ByRef IntOrVar

The value to convert, if a variable is passed, converted value will be written to it.

Related

DynaCall, #DllImport, WinApi