Re: Very basic "write to file" query
Re: Very basic "write to file" query
- Subject: Re: Very basic "write to file" query
- From: Michelle Steiner <email@hidden>
- Date: Wed, 4 Feb 2004 14:24:50 -0700
On Feb 4, 2004, at 2:03 PM, Shane Stanley wrote:
open for access file_ write permission 1
Where did you get that from? "write permission" is a boolean
parameter, which means it takes a true or false, not a number. Try:
"open for access with write permission".
In Panther, coercions between integers and booleans are possible.
1 as boolean
--> true
-- Michelle
--
"To announce that there must be no criticism of the president, or that
we are to stand by the president right or wrong, is not only
unpatriotic and servile, but is morally treasonable to the American
public." --Teddy Roosevelt
_______________________________________________
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.