• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: greater than AND less than
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: greater than AND less than


  • Subject: Re: greater than AND less than
  • From: Paul Berkowitz <email@hidden>
  • Date: Sun, 26 Aug 2001 04:04:55 -0700

On 8/26/01 3:57 AM, I wrote:

> if finalAverage is greater than 92.65 AND is less than 96.45 then

speaking loosely, that is. In AppleScript, which is what we're talking here,
it has to be as I put it in the actual script:


if finalAverage is greater than 92.65 and finalAverage is less than
96.45 then


or rather

if finalAverage is greater than or equal to 92.65 and finalAverage is
less than or equal to 96.45 then


Sorry to have muddied the waters a bit.

--
Paul Berkowitz


References: 
 >greater than AND less than (From: Sean Malone <email@hidden>)

  • Prev by Date: Re: iDisk (paul mccabe kampu)
  • Next by Date: Re: greater than AND less than
  • Previous by thread: Re: greater than AND less than
  • Next by thread: Re: greater than AND less than
  • Index(es):
    • Date
    • Thread