IUserAccessiableCreateIntArray Method |
Creats an array with given values.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int[] CreateIntArray(
params int[] inParams
)
Parameters
- inParams
- Type: SystemInt32
Return Value
Type:
Int32an array
Examples
CreateArray(3,4,5,6); will return the array with the given values.
See Also