Click or drag to resize
IUserAccessiableCreateArray Method
Creats an array with given values.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar[] CreateArray(
	params DVar[] inParams
)

Parameters

inParams
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: DVar
an array
Examples
CreateArray(3,4,5,6); will return the array with the given values.
See Also