Forum: VB.NET Apr 27th, 2009 |
| Replies: 10 Views: 988 As far as your error.. can you show the original code, which I assumed worked, and the modified code so that we can see the changes you made.
On the line you referenced, you have the following:
... |
Forum: VB.NET Oct 2nd, 2008 |
| Replies: 6 Views: 544 Well, if you don't want to use a class but instead only use an array, I recommend using a multidimensional array. A multidimensional array will allow you to store the lengths and widths of each room... |