From: Gregory Brown Date: 2005-12-11T03:05:30+09:00 Subject: Re: Logic... On 12/10/05, StarLion wrote: > > The idea is to take a string of 9 characters, and transform them into an > > array of integers, which are stored in an array of rows (IE: generate a > > 9x9 array.). > > Obviously i meant 9 strings of 9 characters. That is what my code does, but it seperates by spaces to make it easier to see as your typing in... replace the split(" ") with split(//) and it will do exactly that rows can then be entered like this: 123456789