Jump to content

Questions on Functions


daremo

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...