Click or drag to resize

ScriptingPostMsg Method

Posts a text message to the CTC event stream.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Shared Sub PostMsg ( 
	strMessage As String,
	ParamArray objArgs As Object()
)

Parameters

strMessage
Type: SystemString
objArgs
Type: SystemObject
Remarks
This method was designed specifically for use within the scripting context.
See Also