Re: Reported Size issue in PSCS2
Re: Reported Size issue in PSCS2
- Subject: Re: Reported Size issue in PSCS2
- From: Shane Stanley <email@hidden>
- Date: Tue, 17 Oct 2006 08:34:49 +1000
- Thread-topic: 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:
This email sent to email@hidden