Is it possible that the CASE instruction does not know a TO range? I had SELECT CASE Val(t$) CASE 1 TO 19 ... END SELECT and it says "End of line expected" for the line with the CASE. If TO is not implemented, what would you use here instead? Thanks for your help. Rolf