mB 5.0.0.3 beta 4 : select case range value ?

Discuss about beta versions of mikroBasic
compiler.
Post Reply
Author
Message
Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

mB 5.0.0.3 beta 4 : select case range value ?

#1 Post by Kalain » 16 Sep 2007 18:34

Hi,

I tried something like :

Code: Select all

select case i
case 1..100
...

select case i
case 1 to 100
...

slect case i
case (1..100)
...
But still compilation error.
It seems that it's not yet implemented in beta 4 ?
(help file doesn't say more about this because it's 5.0.0.2 version)

Can you confirm ?

thanks
Alain

Post Reply

Return to “mikroBasic Beta testing”