add "is" keyword to "select case"

Post your requests and ideas on the future development of mikroBasic PRO for AVR.
Post Reply
Author
Message
jet_media
Posts: 39
Joined: 18 Apr 2012 09:13
Location: Iran

add "is" keyword to "select case"

#1 Post by jet_media » 04 Apr 2014 22:28

add "is" keyword to "select case"
for ex:


dim b as byte
b= pinc

select case b
case 10
-------------
case is>1
-------------
case is <=50
------------
case else
------------
end select

Post Reply

Return to “mikroBasic PRO for AVR Wish List”