Re: Applescript LetterRip Server
Re: Applescript LetterRip Server
- Subject: Re: Applescript LetterRip Server
- From: Michelle Steiner <email@hidden>
- Date: Mon, 19 May 2003 14:23:18 -0700
On Monday, May 19, 2003, at 01:35 PM, Jeff Grossman wrote:
I do have one question though. In the later code, should I have:
close access FishadsAddressFile
to WriteFile(theAddressFile, aName, anAddress)
write aName & tab & anAddress & return to theAddressFile
end WriteFile
Or should it be:
close access FishadsAddressFile
to WriteFile(FishadsAddressFile, aName, anAddress)
write aName & tab & anAddress & return to FishadsAddressFile
end WriteFile
I would think that either should work, so long as the variable in the
parameter list matches the variable in the code; however, I would go
with the one that is not defined outside the handler.
--Michelle
--
"There's some good in the world, Mr. Frodo, and it's worth fighting
for."
_______________________________________________
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.