showTextWindow

Creates a text file (scriptOutput.txt) in the system's temporary directory with the content of sText, and then opens the system's default text file editor with that file as a parameter. Each invocation of this method overwrites the content of the temporary file. Multiple invocations do not concatenate text together.

This method allows a non-modal way of showing output. The Flex and the Alert dialog boxes are both modal, which makes it impossible for a user to interact with the output of a macro script at the same time as they interact with Designer. In some cases, you can look at the output to make changes in Designer.

Syntax

designer.showTextWindow( STRING param )

Parameters

param 1

A valid string value representing the text to show in the system's default text editor.

Returns

No return.

// Ethnio survey code removed