Unusual Problem

Richard Gaskin ambassador at fourthworld.com
Thu Dec 28 16:05:48 EST 2006


Mark Smith asked:
> Could we see the script that then uses the values from the option menus?

Short answer:

on menuPick pItem
    switch pItem
    case "Option 1"
      DoSomething
      break
    case "Option 2"
      DoSomethingElse
      break
    end switch
end menuPick


Mind-blowingly complete answer - examples for most of the basic tasks 
you'll be doing in Rev:

<http://support.runrev.com/scriptingconferences/>


-- 
  Richard Gaskin Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



More information about the use-livecode mailing list