Re: How to set a "text item"
Re: How to set a "text item"
- Subject: Re: How to set a "text item"
- From: "Mark J. Reed" <email@hidden>
- Date: Sun, 22 May 2005 00:44:03 -0400
There may be a simpler way, but my first thought is that you have to
get the text items into a variable, modify the variable, and then set
the entire text:
set textItems to (text items of paragraph 1 of tabDelimitedTextFile)
set item 1 of textItems to "Ken"
set paragraph 1 of tabDelimitedTextFile to (textItems as text)
On 5/21/05, Grimm, Kenneth <email@hidden> wrote:
All:
I can't seem to get the syntax for this to work. I have a tab-delimited text
file with TIDs set to {tab}.
I want to change a text item to other text, like:
set (text item 1 of paragraph 1 of tabDelimitedTextFile) to "Ken"
--> error
What am I missing?
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (
This email sent to email@hidden
--
Mark J. Reed <
email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden