I have a function with an array output and I want to call a specific item in that array in another function. Could anyone tell me the correct syntax for doing this?
I can understand how to use call or callFunction to do this when the function has only one output, but not when it has four (as in this case).
I can understand how to use call or callFunction to do this when the function has only one output, but not when it has four (as in this case).
Comment