Re: ctrl m question
Re: ctrl m question
- Subject: Re: ctrl m question
- From: "Mark J. Reed" <email@hidden>
- Date: Fri, 15 Dec 2006 16:07:14 -0500
On 12/15/06, Mark J. Reed <email@hidden> wrote:
set theLine to (characters 1 through ((length of theLine) - 2)
of theLine) as string
Well, I guess the more idiomatic way of doing that is this:
set theLine to text from character 1 to character (length of theLine -
2) of theLine
--
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:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden