Description
Records text without adding a preceeding tab or a newline.
-
Return Type
-
None
-
Syntax
-
object.Record Text
The Record Method syntax has these parts: |
| object | An expression evaluating to an object of type McRecorder. | | Text | Required. A String value. The text to record.
| Remarks
The text is recorded to both the audit log, and if recording has been started, to the macro being recorded.
No preceeding tab or ending newline is added to the Text in the macro.
|