home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch07_au / cmddemos / getpref.dir / 00001.ls next >
Encoding:
Text File  |  1996-12-06  |  107 b   |  5 lines

  1. on mouseUp
  2.   set prefText to getPref(the text of field "argument")
  3.   put prefText into field "results"
  4. end
  5.