Thomas-

Saturday, February 18, 2006, 12:04:45 PM, you wrote:

> switch colorBall
>         case "Blue"
>                 answer "Blue" with "OK"
>         break
>         case "Red"
>                 answer "Red" with "OK"
>         break
>         case "Green"
>                 answer "Green" with "OK"
>         break
>         default
>                 answer "None" with "OK"
> end switch

Or...

switch colorball
  case "Blue"
  case "Red"
  case "Green"
    break
  default
    put "None" into colorball
end switch
answer colorball with "OK"

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to