• 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: Why won't this parse?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why won't this parse?


  • Subject: Re: Why won't this parse?
  • From: Paul Berkowitz <email@hidden>
  • Date: Thu, 10 May 2001 09:31:43 -0700

On 5/10/01 9:01 AM, "David Graham" <email@hidden> wrote:

> set AppleScript's text item delimiters to ASCII number 32 -- space

ASCII number 32 is not space. It's

51

You meant to say ASCII character 32. But why be so arcane and run this risk?
Why not:

set AppleScript's text item delimiters to {space}

or

set AppleScript's text item delimiters {" "}

--
Paul Berkowitz


  • Follow-Ups:
    • Re: Why won't this parse?
      • From: David Graham <email@hidden>
References: 
 >Why won't this parse? (From: David Graham <email@hidden>)

  • Prev by Date: Re: "Notify Kit" scripts or some other way to "activate" Eudora on new mail?
  • Next by Date: FileMaker and OS X
  • Previous by thread: Why won't this parse?
  • Next by thread: Re: Why won't this parse?
  • Index(es):
    • Date
    • Thread