How am I doing? (Erratum)
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.