| A | B |
| \ | Arithmetic operator used to perform integer division |
| BOOLEAN | A data type used to represent True or false |
| CONST | Statement used to declare a constant. |
| CURRENCY | A dat type or representing postive negative numbers that are money values with up to four digits to the right oof the decimal place and 15 digits to the left |
| DEBUG.PRINT | Statement used output to the immediate window. |
| DIM | Statement used to declare a variable. |
| DOUBLE | A data representing posotive or negative numbers up to 1.8e308 |
| FRAME CONTROL | Used to create a frame object Found in the tool box. |
| IMMEDIATE WINDOW COMMAND | Used to display the immediate window . Found in the view menu. |
| INTEGER | A data type representing posotive or negative numbers up to 32,767 |
| LONG | A data type representing posotive or negative numbers up to 32,767 |
| MOD | Arithmatic operator used to perform modulus division. |
| OPTION BUTTON CONTROL | USed to create an option button found inthe tool box. |
| OPTIONS COMMAND | Used to select the rquired variable Declaration so that the variable declaration is required in a program before a variable can be used. |
| SINGLE | A data type representing posotive or negative reaql numbers up to3.4e38 |
| STRING | A data type representing a string. |
| TEXT BOX CONTROL | Text Box object property used to change the value displayed in the text box. Can be changed at run time. Also automatically changed when the user enters a value in the text box. |
| VALUE | Option button property that can be used to either true or false to display the option button that is selected or not selected, respectively. Can be changed at run time. Also automatically changed when the user clicks on an option button |