Re: preflighting a file
Re: preflighting a file
- Subject: Re: preflighting a file
- From: Deivy Petrescu <email@hidden>
- Date: Tue, 19 Feb 2002 15:31:43 -0500
I said:
So there must be a ratio somewhere in there!
Not so, as the example below proves
set n to 11
set x to "abcdefghijklmnop"
repeat with l from 1 to n
set y to x & x
if (l = 10) then set z to y
set x to y
end repeat
set l to offset of "p" in x
if x contains z then beep -- no beep
l
--
Deivy Petrescu
http://www.dicas.com
Tips for Mac
dicas para Mac
_______________________________________________
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.