Description
Begins to record to the specified Project and Module.
-
Return Type
-
None
-
Syntax
-
object.Start [Project], [Module], [Macro]
The Start Method syntax has these parts: |
| object | An expression evaluating to an object of type McRecorder. | | Project | Optional. A String value. The name of the project where user actions will be recorded.
| | Module | Optional. A String value. The name of the module where user actions will be recorded.
| | Macro | Optional. A String value. The name of the Subroutine which will contain recorded user actions. If the macro already exists, a numbered suffix will be appended.
|
|