RC-WinTrans Object Model Help |
Output.AddText |
Adds a text to the Output window. The string is added as a new line to the end of the current content.
Syntax: |
AddText( Text As String ) |
Parameters: |
Text Text to be added to the Output window.
|
Example: | Dim OutputWindow As Output Dim Text As String Set OutputWindow = Windows.MultiViewBar.Output Text = "Information: " Call OutputWindow.AddText( Text ) |
See also: