Part of the Samples Website. 8/16/97.

samples.appleScript.script3

«A simple repeat with loop in AppleScript
repeat with i from 1 to 5
speaker.sound (5, 5255, 6300)
speaker.sound (9, 56, 6700)
speaker.sound (7, 60, 6300)
speaker.sound (5, 75, 5300)
end repeat


This page was last built on Sat, Aug 16, 1997 at 6:31:13 PM. You can download the current set of sample scripts from our FTP site. Dave