• 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: weird TID?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: weird TID?


  • Subject: Re: weird TID?
  • From: Arthur Knapp <email@hidden>
  • Date: Fri, 24 Oct 2003 10:53:09 -0400

Date: Thu, 23 Oct 2003 15:16:38 -0600
From: Robert Poland <email@hidden>
Subject: weird TID?

--> "Thursday, January 30, 2003 12:00:00 AM"

set AppleScript's text item delimiters to ","
set tempMonth to (text item 2 of startDate) --> January 30

No, look at it closely: " January 30"
spaces: ^ ^

set AppleScript's text item delimiters to {space}
set tempData1 to text item 2 of tempMonth --> should be 30 but I get January

" January 30" has two spaces, its text items: { "", "January", "30" }
spaces were here: ^ ^

{ Arthur J. Knapp;
<mailto:email@hidden>;

What...? Oh...!
}
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Fwd: Repost: Changing desktop pictures
  • Next by Date: Re: Need to script tracking in multiple Quark files-correction
  • Previous by thread: Mail question -- should be easy...
  • Next by thread: Eudora AppleScript Question...
  • Index(es):
    • Date
    • Thread