Re: Error -1700
Re: Error -1700
- Subject: Re: Error -1700
- From: Simon Topliss <email@hidden>
- Date: Fri, 13 Jun 2008 14:07:20 +0100
Hi Luther,
"list of integer" is from the Satimage.osax.
I guess the user doesn't have it installed.
Simon
On 13 Jun 2008, at 13:41, Luther Fuller wrote:
I have a very long script containing the following ...
set AppleScript's text item delimiters to {"."}
(text items of (system version of (system info)) & {"0", "0", "0"})
as list of integer
(item 1 of the result) * 1000000 + (item 2 of the result) * 1000 +
(item 3 of the result)
A user notified me of this error ...
Error = -1700
Can't make {"10", "5", "3", "0", "0", "0"} into type «class LiIn»
The error is obviously in the second line.
I am running 10.5.3 on an Intel machine and I'm not having any
problem.
The user is running 10.5.3 on a 1.5 GHz PowerPC G4.
I have no way to test this, but does someone know something about
PPC Leopard that may cause this error?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
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
References: | |
| >Error -1700 (From: Luther Fuller <email@hidden>) |