====== CHAR ====== Signed integer data type (2 bytes) used in COM communications (e.g. scripting). Value range: –128 to 127. Actual data type corresponding to **CHAR** depends on language in which you consume API: ^ Language ^ Data Type^ | C++ | char | | JavaScript | Integer | | VisualBasic Script | Integer |