i finally got it
no more eerrors with the function i did
i had to change:
toCode:if ((cells.length < x) || (x < 0) || (cells[0].length < y) || (y < 0))
Code:if ((cells.length <= x) || (x < 0) || (cells[0].length <= y) || (y < 0))
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 37
Threaded View
|
Click Here to Expand Forum to Full Width |