home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_07 / 9n07034b < prev    next >
Text File  |  1991-05-10  |  129b  |  7 lines

  1. on mouseUp  -- button script
  2.  
  3.   put phrase(field "text",field "stoplist")
  4.     into field "list"  -- call XFCN
  5.  
  6. end mouseUp
  7.