Re: Entourage 'import' command
Re: Entourage 'import' command
- Subject: Re: Entourage 'import' command
- From: Chris Page <email@hidden>
- Date: Fri, 17 Jan 2003 13:37:30 -0800
On Thursday, Jan 16, 2003, at 19:35 US/Pacific, John W Baxter wrote:
There are basically two choices when one has to show more than one
kind of thing in the dictionary
import integer -- oh, by the way you can also import string
or
import anything -- as long as it's integer or string
Actually, there's nothing stopping applications from inventing types
with names like "integer or string". In fact, there are already a few
terms like this in the standard terminology, like "number or string",
"list or record", and "number, date or text".
The type is really just there for documentation purposes. AppleScript
doesn't really do anything with that information (AFAAIA).
--
Chris Page - Mac Guy - Palm, Inc.
_______________________________________________
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.