I'm used to do in other basics (Quick Basic, FreeBasic, Powerbasic)
VBS issues an error when it finds the first TO. What's the correct syntax?
Antoni
Code:
select case i
case 0 TO 20: ....
case 21 TO 30:....
case else
end select
VBS issues an error when it finds the first TO. What's the correct syntax?
Antoni