IWindow.Evaluate Method

AdiIRC API v2

IWindowEvaluate Method

Evaluates identifiers in a script line to this IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string Evaluate(
	string text,
	string parameters
)
Function Evaluate ( 
	text As String,
	parameters As String
) As String
String^ Evaluate(
	String^ text, 
	String^ parameters
)
abstract Evaluate : 
        text : string * 
        parameters : string -> string 

Parameters

text
Type: SystemString
Text to evaluate
parameters
Type: SystemString
Optional parameters to use for $1-

Return Value

Type: String
The evaluated text
See Also