FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExpressionMethods..::..REPT Method

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

Syntax


protected string REPT(
	string text,
	double repeatCount
)
Protected Function REPT ( _
	text As String, _
	repeatCount As Double _
) As String
protected:
String^ REPT(
	String^ text, 
	double^ repeatCount
)

Parameters

text
Type: String
repeatCount
Type: Double