Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reported Size issue in PSCS2



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

References: 
 >Reported Size issue in PSCS2 (From: Oakley Masten <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.