[futurebasic] Re: [FB] Sudoku

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2006 : Group Archive : Group : All Groups

From: Jay Reeve <jayreeve@...>
Date: Fri, 19 May 2006 20:41:59 -0500
On May 19, 2006, at 8:34 PM, Ronald Anderson wrote:

> Is there a way using SELECT to select a number that is for instance  
> anywhere from 1 to 3 or anywhere from 7 to 9?

SELECT n
  CASE 1, 2, 3
  CASE 4, 5, 6
  CASE 7, 8, 9
END SELECT

or--

SELECT n
  CASE < 4
  CASE < 7
  CASE ELSE
END SELECT

See my last msg for a more efficient way of dealing with this.

   e-e
   =J= a  y
    "