home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch07_au / cmddemos / getpref.dir / 00006_scripts.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  156 b   |  7 lines

  1. -- the following script is in the button
  2.  
  3. on mouseUp
  4.   set prefText = ¬¨
  5.     getPref(the text of field "argument")
  6.     put prefText into field "results"
  7. end