FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExpressionMethods..::..MID Method

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

Syntax


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

Parameters

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