AppleScript 1.6 issues
AppleScript 1.6 issues
- Subject: AppleScript 1.6 issues
- From: email@hidden
- Date: Fri, 13 Apr 2001 14:09:48 EDT
I recently updated to AppleScript 1.6 and have noticed a few things don't
work as before.
*The data type short doesn't work. I can't coerce an integer into a short
integer. eg:
set y to 3
set x to y as short
*Script objects no longer work. If I load a compiled script into my main
script with the load script command, then try to run that script, I get an
error regarding parameters.
Has anyone had similar experiences?
Harold