Re: preflighting a file
Re: preflighting a file
- Subject: Re: preflighting a file
- From: bill <email@hidden>
- Date: Wed, 20 Feb 2002 23:32:03 +0800
Some more testings in OS X 10.1.2, AS 1.8.1:
set n to 11
set x to "abcdefghijklmnop"
repeat n times
set y to x & x
set x to y
end repeat
{Count of character of x, Count of line of x, Count of paragraph of x}
-- {32768, 0, 1}
Date x
-- a error message pop up, in X style window.
-- no title
-- message = 3Could not run the script because of a program error.2
-- the only button 3OK2 pulses
Count of word of x
-- a error message pop up, in pre X style window.
-- title = 3Execution Error2
-- message = 3Can9t perform operation on text longer than 32K bytes.2
-- lower left corner marked 3AppleScript English2
-- the only button 3Stop2 doesn9t pulse
A trace of dialect?
bill
_______________________________________________
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.