Don't change the Select statement, it is very powerfull now!
It makes it out for a lot of If-Else-EndIf statements whitout a
skip/goto/exit statement.


cj-

This will only increase your code a bit, but it uses the current syntax,


$SelVar = $Value
; Could be : $SelVar = Rnd(10)
Select

CASE $SelVar = "value1"

CASE $SelVar = "value2"

CASE 'ELSE'

ENDSELECT

Erik