Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== LONG ====== Signed integer data type (4 bytes) used in COM communications (e.g. scripting). Value range: –2,147,483,648 to 2,147,483,647. Actual data type corresponding to **LONG** depends on language in which you consume API: ^ Language ^ Data Type^ | C++ | long == int | | JavaScript | Integer | | VisualBasic Script | Integer |