Re: Today's Question - poke a character in a string
Re: Today's Question - poke a character in a string
- Subject: Re: Today's Question - poke a character in a string
- From: Philip Aker <email@hidden>
- Date: Wed, 31 Jul 2002 11:23:25 -0700 (PDT)
- Composer: Philip Aker
On Wed, 31 Jul 2002, Michelle Steiner wrote:
}Begin forwarded message:
}
}On Wednesday, July 31, 2002, at 02:37 AM, Andy Wylie wrote:
}
}> set (MyLongString's text items)'s item 400 to ">"
}
}set foo to "1234567890"
}set (foo's text items)'s item 5 to "E"
}foo
}
}--> "1234567890"
set foo to "1234567890"
set flist to (foo's text items) as list
set item 5 of flist to " ...something else... "
flist as string
Philip Aker
_______________________________________________
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.