Re: Numbers '08 (Selection range)
Re: Numbers '08 (Selection range)
- Subject: Re: Numbers '08 (Selection range)
- From: Ed Stockly <email@hidden>
- Date: Tue, 13 Jan 2009 08:13:42 -0800
try
count of sheetRanges
on error
set sheetRanges to {sheetRanges}
end try
or
if the class of sheetRanges is not list then set sheetRanges to
{sheetRanges}
SHould that also be reported as a bug? Shouldn't "every foo of bar"
always return a list, even if there are 1 or 0 instances?
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden