Re: text item delimiters maddness
Re: text item delimiters maddness
- Subject: Re: text item delimiters maddness
- From: Michelle Steiner <email@hidden>
- Date: Tue, 4 Feb 2003 09:41:07 -0700
On Monday, February 3, 2003, at 12:06 PM, James Burns wrote:
set fileContents to read file sceneFile -- read chosen file
set text item delimiters to ":"
set conDir to ((words 1 thru -3 of sceneFile) as string) & ":" --
figure out content directory
You need "text items 1 thru -3" not "words 1 thru -3"
--Michelle
--
"There's some good in the world, Mr. Frodo, and it's worth fighting
for."
_______________________________________________
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.