How to pass a multidimensional array as a parameter? Long ago this question was answered on Stack Overflow with a simple answer: make a specific type for your array. But there is a hidden caveat… If you need to pass a multidimensional array as a parameter you’d probably type this [crayon-579f772a4ef9e940846009/] however the above code […]
↧