New topic: Select Case [not]
<http://forums.realsoftware.com/viewtopic.php?t=37985> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message grechcj Post subject: Select Case [not]Posted: Mon Mar 07, 2011 6:34 pm Joined: Sun Feb 14, 2010 11:19 pm Posts: 89 Location: Australia I'm trying to write a Select Case statement which fires when the variable doesn't match the country name eg. Code: Select Case Country Case not "United States" .... How do you put a "not equals a string" into a Select Case? I don't want to list all the other countries except US in a Case. Have I got a syntax error? Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
