I am relatively new to programming. I am trying to return multiple variables from function.
I have read a couple of posts that outline that this is not possible. They suggest that this can be solved by passing a array. I understand how to do this, however what if one of the variables is an array. I assume you cannot store an array within an array.
Thanks
I have read a couple of posts that outline that this is not possible. They suggest that this can be solved by passing a array. I understand how to do this, however what if one of the variables is an array. I assume you cannot store an array within an array.
Thanks