I think you have misunderstood the syntax for select statements. Select Statements are made up of a single Select keyword, and finish with the EndSelect keyword. Inside this code block of:
Select
variable
EndSelect
You can have as many cases as possible, which are chosen by the value of variable e.g.
Select myVar
Case 1
Rem Some code if myVar is equal to 1
EndCase
Case 2
Rem Some code if myVar is equal to 2
EndCase
EndSelect
From that code you should be able to get it working with your program
Level Maker 3D: www.levelmaker3d.co.uk/levelmaker3D.asp
DarkBasic Professional Editor: www.levelmaker3d.co.uk/ide.asp
also: www.levelmaker3d.co.uk/KrazyKarts/ & www.DigitalOmega.Net