• 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
How am I doing? (Erratum)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How am I doing? (Erratum)


  • Subject: How am I doing? (Erratum)
  • From: Mr Tea <email@hidden>
  • Date: Tue, 24 Sep 2002 20:22:54 +0100

Hmm. Not a good start. After making some late changes to the script I
posted, I missed out a necessary coercion in my step 2 repeat loop. The
revised version looks like this...

set AppleScript's text item delimiters to " "
set theInterimName to (text items 2 thru -1 of (theName as string)) as
string
set AppleScript's text item delimiters to "."
set theDisplayName to text item 1 of (theInterimName as string)
set AppleScript's text item delimiters to ""
set newList to newList & theDisplayName
_______________________________________________
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: Script Changes when copied
  • Next by Date: [Off topic] Cumulus Question
  • Previous by thread: Script Changes when copied
  • Next by thread: [Off topic] Cumulus Question
  • Index(es):
    • Date
    • Thread