Re: QXP5 image offset
Re: QXP5 image offset
- Subject: Re: QXP5 image offset
- From: email@hidden
- Date: Thu, 1 Aug 2002 08:49:44 +0100
Cheers guys
Never seen this "coerce" command before and it looks like it'll probably
help me out of a number of other problems I've encountered based around
trying to get variables to be certain types.
Thanks again.
Gary
On Wednesday, July 31, 2002, at 10:40 pm, Hans Haesler wrote:
Gary,
this is a bug which hasn't been fixed in v5.0. The workaround is
to use 'coerce' -- as Shane has suggested -- but rather like this:
---
set theoffset to (coerce (get offset) to list)
---
Hans Haesler <email@hidden>
On Wed, 31 Jul 2002, email@hidden wrote:
Nope, this is all under Mac OS 9.2.2
Gary
On Monday, July 29, 2002, at 11:55 am, Shane Stanley wrote:
<snip>
It sounds like you're running under OS X, where QXP's coercions fail.
Try:
set theoffset to coerce offset to list
_______________________________________________
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.
_______________________________________________
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.