Re: Working with QuarkXPress bounds
Re: Working with QuarkXPress bounds
- Subject: Re: Working with QuarkXPress bounds
- From: Hans Haesler <email@hidden>
- Date: Thu, 26 Feb 2004 23:09:55 +0100
On Thu, 26 Feb 2004, steve harley wrote:
>
(i have coercion problems trying Hans' examples from Panther Script
>
Editor ...
>
>
set {y1, x1, y2, x2} to bounds of aBox as list
>
y1
>
--> +data FXVM002B0000;
Steve,
under Classic you must use an explicit 'coerce':
---
set {y1, x1, y2, x2} to bounds of aBox as list
set y1 to coerce y1 to real
---
Hans Haesler <email@hidden>
_______________________________________________
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.