ddeerr 0 Posted August 12, 2006 hi I guess i have trooble with my autoIt + scite installation ! When i just test the switch statement exemple documention code i get this C:\Documents and Settings\_-_DyeziDEE_-_\Bureau\test.au3 (2) : ==> "Case" statement with no matching "Select" statement.: ? i tried to switch between atoIt 3.1.1.133 and 3.1.1.0 but same error. i reinstall/installed autoIT+ scite like said in autoIt dowload page, same happend. could you help a noob like me plz ? MsgBox(0, "Steven Seagal", "Les poches bourrées de Pesos") Share this post Link to post Share on other sites
SmOke_N 210 Posted August 12, 2006 (edited) 2 things. 1. We are on the Official release 3.2 now. 2. Show a simple Switch/EndSwitch statement that is failing, you could do it in 5 or 6 lines. Edit: Run this by itself:$blah = 6 Switch $blah Case 6 MsgBox(64, 'Info:', '$blah = 6') Case Else MsgBox(64, 'Info:', '$blah = something other than 6') EndSwitchDoes this fail? ... Also remember before 3.2 Switch was a Beta option. Edited August 12, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites
ddeerr 0 Posted August 12, 2006 2 things. 1. We are on the Official release 3.2 now. 2. Show a simple Switch/EndSwitch statement that is failing, you could do it in 5 or 6 lines. Edit: Run this by itself:$blah = 6 Switch $blah Case 6 MsgBox(64, 'Info:', '$blah = 6') Case Else MsgBox(64, 'Info:', '$blah = something other than 6') EndSwitchDoes this fail? ... Also remember before 3.2 Switch was a Beta option. It works with 3.2 tx MsgBox(0, "Steven Seagal", "Les poches bourrées de Pesos") Share this post Link to post Share on other sites