TM::InputEventBuffer::ToCommandsText Method
Converts the event buffer to a string containing the commands. See how this can be used to save an input file: Common snippets.
Syntax
string TM::InputEventBuffer::ToCommandsText(
InputFormatFlags flags = InputFormatFlags :: Default
)
Parameters
InputFormatFlags flags = InputFormatFlags :: Default
The flags to use for formatting the commands.
Return value
string
The string containing the commands.
Remarks
None.