Mark,

Yes I see that, and the docs point more towards that solution but I would not have as easily understood that way as easily as the individual breaks make it seem. Today I would do it the same way you describe.

Thanks

Tom

On Feb 18, 2006, at 9:19 PM, Mark Wieder wrote:

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

Thomas J McGrath III
[EMAIL PROTECTED]

Lazy River Software™ - http://www.lazyriversoftware.com

Lazy River Metal Art™ - http://www.lazyriversoftware.com/metal.html

Meeting Wear™ - http://www.cafepress.com/meetingwear

Semantic Compaction Systems - http://www.minspeak.com

SCIconics, LLC - http://www.sciconics.com/sciindex.html







_______________________________________________
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