Re: 3 dimenional control array
- From: Jim Madsen <justme@xxxxxxxxxx>
- Date: Mon, 10 Oct 2005 14:55:28 -0600
Jeff Johnson [MVP: VB] wrote:
<snip>
I wanted a 3 dimensional array, because I could use one dimesion to compare the numbers in the rows, one to compare the numbers in the columns, and one to compare the numbers in the smaller bozes (and of course look for one lone number in each of the boxes, which would be a solution).
I was going to try to create an app to do Sudoku puzzles, and thought it would be easier if one dimension referred to the number of the squares in the boxes, one referred to the element in the rows, and one referred to the columns.
You'd really want a 2D array, I think. You'd then refer to the .Text property of the associated text box. I'm having difficulty seeing how a 3D array would help.
BTW, my dentist is named Jeff Johnson here in Colorado Springs -- you aren't my dentist, are you? :)
Jim .
- Follow-Ups:
- Re: 3 dimenional control array
- From: Jeff Johnson [MVP: VB]
- Re: 3 dimenional control array
- References:
- 3 dimenional control array
- From: Jim Madsen
- Re: 3 dimenional control array
- From: Jeff Johnson [MVP: VB]
- 3 dimenional control array
- Prev by Date: Re: 3 dimenional control array
- Next by Date: Re: 3 dimenional control array
- Previous by thread: Re: 3 dimenional control array
- Next by thread: Re: 3 dimenional control array
- Index(es):
Relevant Pages
|