daremo Posted March 13, 2017 Share Posted March 13, 2017 Can this be done with functions CC_ArrayAddForm(Form[] array, Form value) where array and value are variables as in CC_ArrayAddForm(someArray, someValue) or do they need to be implicitly stated in the function? Link to comment Share on other sites More sharing options...
Lisselli Posted March 14, 2017 Share Posted March 14, 2017 If I understand the question correctly: Array properties and Array variables can be passed to a function. And form or any other value can also be passed to a function.If said value is expected to be used within said passed in array, that is fine, so long as the value's type matches the type of the array. Link to comment Share on other sites More sharing options...
Recommended Posts