home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Popein.dir / 00026_Script_26 < prev    next >
Text File  |  1997-10-10  |  249b  |  12 lines

  1. on mettis da,a
  2.   repeat with s = da to a
  3.     set the scriptText of member s to field  "script"
  4.   end repeat
  5. end
  6.  
  7. on mettii da,a
  8.   repeat with s = da to a
  9.     set the Text of member s to ((the Text of member s) & return)
  10.   end repeat
  11. end 
  12.