User Profile
Collapse
-
The first thing to understand is that a function is intended to function correctly for all possible actual parameter values. So there shouldn't be any hard coded numbers in the function's code like the '4's you have put there. Next there should be a single parameter pointing to a 2D array, not 2 parameters being the dimensions of the array. I think you have misread some code published elsewhere on the internet that declares row and column as local...
No activity results to display
Show More
Leave a comment: