FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExpressionMethods..::..REPLACE Method

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


protected string REPLACE(
	string text,
	double index,
	double length,
	string textToReplace
)
Protected Function REPLACE ( _
	text As String, _
	index As Double, _
	length As Double, _
	textToReplace As String _
) As String
protected:
String^ REPLACE(
	String^ text, 
	double^ index, 
	double^ length, 
	String^ textToReplace
)

Parameters

text
Type: String
index
Type: Double
length
Type: Double
textToReplace
Type: String