CreateArray

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
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.