On 17/10/06 5:54 AM, "Oakley Masten" <email@hidden> wrote:
> set HowTall to round (height of current document as number)
Remove the redundant "as number" and you'll get pixels. In fact, the round
is probably redundant too, given that you can't have parts of pixels. What
you probably want is:
set HowTall to (height of current document) as integer
The parentheses avoid the points problem.
--
Shane Stanley <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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
This email sent to email@hidden