home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / AppleScript / Additions / GTQ Library 1.2 / Sample Scripts / PickAState < prev    next >
Encoding:
Text File  |  1994-05-03  |  285 b   |  4 lines  |  [TEXT/ToyS]

  1. set l to (extract string list name "The 50 States") --choose from list (sort L) prompt ¬
  2. choose from list (sort l) prompt ¬
  3.     "Please select a set of states:" ok button "Go!" cancel button ¬
  4.     "Stay!" initially select {"Massachusetts", "Wyoming"} with multiple selections and empty lists