Term
|
Definition
| Activates an application window |
|
|
Term
|
Definition
| Sounds a tone via the computer |
|
|
Term
|
Definition
| Transfers control to another procedure |
|
|
Term
|
Definition
| Changes the current directory |
|
|
Term
|
Definition
| Changes the current drive |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Declares a constant value |
|
|
Term
|
Definition
| Sets the current system date |
|
|
Term
|
Definition
| Declares a reference to an external procedure in a Dynamic Link Library (DLL) |
|
|
Term
|
Definition
| Deletes a section or key setting from an application |
|
|
Term
|
Definition
| Declares variables and (optionally) their data types |
|
|
Term
|
Definition
| Loops through a set of instructions |
|
|
Term
|
Definition
| Used by itself, exits the program; also used to end a block of statements that begin with If, With, Sub, Function, Property, Type, or Select |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Simulates a specific error condition |
|
|
Term
|
Definition
| Exits a block of Do-Loop code |
|
|
Term
|
Definition
| Exits a block of For-Next code |
|
|
Term
|
Definition
| Exits a Function procedure |
|
|
Term
|
Definition
| Exits a property procedure |
|
|
Term
|
Definition
| Exits a subroutine procedure |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Loops through a set of instructions for each member of a collection |
|
|
Term
|
Definition
| Loops through a set of instructions a specific number of times |
|
|
Term
|
Definition
| Declares the name and arguments for a Function procedure |
|
|
Term
|
Definition
| Reads data from a text file |
|
|
Term
|
Definition
| Branches to and returns from a procedure |
|
|
Term
|
Definition
| Branches to a specified statement within a procedure |
|
|
Term
|
Definition
| Processes statements conditionally (the Else part is optional) |
|
|
Term
|
Definition
| Reads data from a sequential text file |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Assigns the value of an expression to a variable or property |
|
|
Term
|
Definition
| Reads a line of data from a sequential text file |
|
|
Term
|
Definition
| Loads an object but doesn |
|
|
Term
|
Definition
| Controls access to a text file |
|
|
Term
|
Definition
| Replaces characters in a string with other characters |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Renames a file or directory |
|
|
Term
|
Definition
| Gives specific instructions for what to do in the case of an error |
|
|
Term
|
Definition
| Branches, based on a condition |
|
|
Term
|
Definition
| Branches, based on a condition |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Changes the default lower limit for arrays |
|
|
Term
|
Definition
| Declares the default comparison mode when comparing strings |
|
|
Term
|
Definition
| Forces declaration of all variables in a module |
|
|
Term
|
Definition
| Indicates that an entire module is Private |
|
|
Term
|
Definition
| Writes data to a sequential file |
|
|
Term
|
Definition
| Declares a local array or variable |
|
|
Term
|
Definition
| Declares the name and arguments of a Property Get procedure |
|
|
Term
|
Definition
| Declares the name and arguments of a Property Let procedure |
|
|
Term
|
Definition
| Declares the name and arguments of a Property Set procedure |
|
|
Term
|
Definition
| Declares a public array or variable |
|
|
Term
|
Definition
| Writes a variable to a text file |
|
|
Term
|
Definition
| Fires a user-defined event |
|
|
Term
|
Definition
| Initializes the random number generator |
|
|
Term
|
Definition
| Changes the dimensions of an array |
|
|
Term
|
Definition
| Specifies a line of comments (same as an apostrophe [ |
|
|
Term
|
Definition
| Closes all open text files |
|
|
Term
|
Definition
| Resumes execution when an error-handling routine finishes |
|
|
Term
|
Definition
| Removes an empty directory |
|
|
Term
|
Definition
| Saves or creates an application entry in the Windows Registry |
|
|
Term
|
Definition
| Sets the position for the next access in a text file |
|
|
Term
|
Definition
| Processes statements conditionally |
|
|
Term
|
Definition
| Sends keystrokes to the active window |
|
|
Term
|
Definition
| Assigns an object reference to a variable or property |
|
|
Term
|
Definition
| Changes attribute information for a file |
|
|
Term
|
Definition
| Declares variables at the procedure level so that the variables retain their values as long as the code is running and the project hasn |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Declares the name and arguments of a Sub procedure |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Defines a custom data type |
|
|
Term
|
Definition
| Removes an object from memory |
|
|
Term
|
Definition
| Loops through a set of instructions as long as a certain condition remains true |
|
|
Term
|
Definition
| Sets the output line width of a text file |
|
|
Term
|
Definition
| Allows a shorthand way of accessing multiple properties for an object |
|
|
Term
|
Definition
| Writes data to a sequential text file |
|
|