Error -1700
Error -1700
- Subject: Error -1700
- From: Luther Fuller <email@hidden>
- Date: Fri, 13 Jun 2008 07:41:04 -0500
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden