| APPACTIVATE | Activates an application or window currently running on Windows. |
| BEEP | Produces a single beep noice. |
| CALL | Transfers control to a procedure. |
| CALLBYNAME | Returns, sets or executes a method or property of an object. |
| CHOOSE | Returns the value from a list of values based on an index number (Variant). |
| COMMAND | Returns the argument portion of the command line used to launch the application. |
| CVERR | Returns the corresponding to a given error number (Variant). |
| DOEVENTS | Pauses execution to let the system process other events. |
| ENVIRON | Returns information about the current operating system environment ? (String). |
| ERROR | Returns the error message corresponding to a given error number (String). |
| FORMATCURRENCY | Returns the expression formatted as a currency value (String). |
| FORMATNUMBER | Returns the expression formatted as a number (String). |
| FORMATPERCENT | Returns the expression formatted as a percentage (String). |
| GOLINE | Transfers control to the subroutine indicated by the line label |
| GOSUB | Transfers control to the subroutine indicated by the line label |
| IIF | Returns one of two parts, depending on the evaluation of an expression (?). |
| IMPLEMENTS | Specifies an interface or class that can be implemented in a class module ?? |
| INPUTBOX | Displays a dialog box allowing the user to enter some information (?). |
| IS* | Object reference comparison operator ?? |
| ISEMPTY | Returns the value indicating if a variable has been initialised (Boolean). |
| ISERROR | Returns the value indicating if an expression is an error (Boolean). |
| ISMISSING | Returns the value indicating if an optional argument has been passed to a procedure (Boolean). |
| ISNULL | Returns the value indicating if an expression contains no data (Boolean). |
| ISNUMERIC | Returns the value indicating if an expression contains a number (Boolean). |
| LET | ?? |
| LOADPICTURE | Loads a picture from a specified file for manipulation or placement into a Picture or Image control. |
| MACID | ?? |
| MSGBOX | Displays a dialog box displaying a message to the user (Integer). |
| PARTITION | Returns the desired range of values. The number indicating where a number occurs within a calculated series of ranges (String) |
| QBCOLOR | Returns the RGB color corresponding to the specified color number (Long). |
| RAISEEVENT | Fires an event declared at module level within a class, form or document. |
| REM | Specifies a line of comments - same as ( ' ) character. |
| RGB | Returns the number representing an RGB color value (Long). |
| SAVEPICTURE | Saves a graphic image from an objects Picture or Image property to a file |
| SENDKEYS | Sends keystrokes to an application |
| SHELL | Returns the program's task id from running an executable programs (Double). |
| STOP | Suspends execution |
| SWITCH | Returns a value based on expressions ?? (Variant). |
| TYPENAME | Returns the datatype of the variable as a string (String). |
| VARTYPE | Returns the number indicating the type of a variable (Integer). |