|
|
Reference Materials > Data Types |
Visual Basic |
C/C++ |
Description |
Boolean |
BOOL |
True or False |
Double |
Double |
decimal number +/- 5E-324 to 1.8E308 |
Integer |
Short |
whole number from -32,768 to 32,767 |
Long |
Long |
whole number approximately +/- 2 billion |
String |
BSTR |
text information |
Variant |
LPVariant |
all data types |