Re: Select some item of...
Re: Select some item of...
- Subject: Re: Select some item of...
- From: Michelle Steiner <email@hidden>
- Date: Mon, 3 Nov 2003 15:36:50 -0700
On Nov 3, 2003, at 2:00 PM, Peter Beentje wrote:
In Panther, the same 'random' lines from the documents are generated
every time - the RNG resets every time I use the script.
I don't have that problem; each time I get a different line.
repeat
display dialog (some paragraph of (read (choose file)))
end repeat
Even if I choose and read the file once:
set bar to read (choose file)
repeat
display dialog (some paragraph of bar)
end repeat
--Michelle
--
"Beware the march of ideas."
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.