[Gambas-user] Or inside a Case

Nx GT-R BOY nxgtrturbo at ...626...
Tue Jun 17 18:29:11 CEST 2008


Hi, I have a problem, I am not really sure how to get an Or working inside a
case, the compiler doesn't complain about any syntax problems, but the code
just doesn't works:



SELECT CASE something.text

CASE "hola" or "hello"

            do something1

CASE "adios" or "bye"

            do something2

END SELECT


-- 
Thanks in Advance



More information about the User mailing list