22.01.2010, 02:07
Hello,
I was wondering if it is possible to return a multidimensional array from a function?
I assume it is and I'm just declaring the variable to receive the function wrong.
Example:
I keep getting the error:
pointing at the line where I have the above code.
Any ideas?
Thanks for your time,
Blekk
I was wondering if it is possible to return a multidimensional array from a function?
I assume it is and I'm just declaring the variable to receive the function wrong.
Example:
Код:
<receive variable> = <function whose return is a multidimensional array>
Quote:
error 017: undefined symbol "<receive variable>" |
Any ideas?
Thanks for your time,
Blekk