Re: Close Access
Re: Close Access
- Subject: Re: Close Access
- From: Craig Sutherland <email@hidden>
- Date: Sun, 27 Jan 2002 14:47:18 -0600
John.
Some apps use an ascii character 10 (line feed) instead of ascii
character 13 (carriage return) when the return key is pressed. You might
try:
read theFile before ascii character 10
HTH
Craig
On Sunday, January 27, 2002, at 12:47 PM, John McAdams wrote:
Thank you Mr Stanley, "close access" works with "open access." It was
just confusing that the command followed "read" in the book.
I'm still having problems with "read theFile before return" whether I
open it or just read it. I'm hoping this is a bug. The command "read
theFile before string" works with almost any string in both opened and
read only forms. Only "return" fails to stop at the return and reads
the entire file. This is with AS 1.8.2.
TIA
jmc
The advantage of using open for access is that statements like "read
theFile
before return" can be used, and the system will automatically keep
track of
_______________________________________________
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.