DVar[] CreatArray(DVar[] inParam)
Description
Creates an array with given values.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inParams | DVar[] | Text Value to add |
Return Type
DVar[]
Examples
CreateArray(3,4,5,6); will return the array with the given values
Comments
Please sign in to leave a comment.