<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning AppleScript for Beginners &#187; text item delimiters</title>
	<atom:link href="http://www.scriptsforapple.com/tag/text-item-delimiters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforapple.com</link>
	<description>Discussions on AppleScripting, with emphasis on tutorials for those new to scripting. Example scripts of general utility, as well as some that relate to specific applications (FileMaker Pro, AppleWorks, Script Editor, specialized scripts and others). Some discussion of HyperCard and AppleScript and the Classic (OS9) environment</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Extracting Text Using Offset and Reverse vs Text Item Delimiters</title>
		<link>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/</link>
		<comments>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[text]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[coerce]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[suffix]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[text string]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1711</guid>
		<description><![CDATA[<p>There are times when you want to extract part of a text string from another for some specific purpose. There are two basic methods and each has its advantages and disadvantages. We&#8217;ll start with a combination of offset and reverse to remove the suffix from &#8220;seattleSunset.jpg&#8221;:</p> <p>set jpgFile to characters of "seattleSunset.jpg" &#8211;This gives us [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/extracting-text-using-offset-and-reverse-vs-text-item-delimiters/feed/</wfw:commentRss>
		<slash:comments>1739</slash:comments>
		</item>
		<item>
		<title>Using Info Window Data to Write Scripts</title>
		<link>http://www.scriptsforapple.com/using-info-window-data-to-write-scripts/</link>
		<comments>http://www.scriptsforapple.com/using-info-window-data-to-write-scripts/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Get Info Window]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[creation date]]></category>
		<category><![CDATA[default application]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[modification date]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[visible]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1093</guid>
		<description><![CDATA[<p></p> <p>In the initial section of this post, I leave the AppleScript code formatted as it would appear in the Script Editor pane to show that keywords, statements and other expressions that appear in blue in the Script Editor are part of the AppleScript language and syntax and knowing that is helpful when writing scripts.</p> [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/using-info-window-data-to-write-scripts/feed/</wfw:commentRss>
		<slash:comments>101</slash:comments>
		</item>
		<item>
		<title>Concatenation or Parsing and Editing of Text Strings</title>
		<link>http://www.scriptsforapple.com/concatenation-or-parsing-and-editing-of-text-strings/</link>
		<comments>http://www.scriptsforapple.com/concatenation-or-parsing-and-editing-of-text-strings/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:34:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concatenation]]></category>
		<category><![CDATA[Editing Text]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text item]]></category>
		<category><![CDATA[text item delimiters]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=923</guid>
		<description><![CDATA[<p>In this section we deal with various methods to extract different parts of text from lists and other text and at the end, how to put it all together to make a new text string. This is sort of lengthy, but it is pretty easy to follow,</p> <p>First, to extract text from a list. Both [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/concatenation-or-parsing-and-editing-of-text-strings/feed/</wfw:commentRss>
		<slash:comments>435</slash:comments>
		</item>
		<item>
		<title>Finder Script to Delete Old Folders</title>
		<link>http://www.scriptsforapple.com/finder-script-to-delete-old-folders/</link>
		<comments>http://www.scriptsforapple.com/finder-script-to-delete-old-folders/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:15:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[delete]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[delete selection]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[repeat]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[text item delimiters]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=328</guid>
		<description><![CDATA[<p></p> <p>This script can be used in a database program or compiled for general use in the Script Editor. It looks for folders such as &#8216;January 2009&#8242; and determines if they are 3 or more months old and, if so, places them in the trash.</p> <p style="padding: 5px; background-color: #C6EF8C; border: dotted 1px green;">set AppleScript's [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/finder-script-to-delete-old-folders/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>More on List Dialogs</title>
		<link>http://www.scriptsforapple.com/more-on-list-dialogs/</link>
		<comments>http://www.scriptsforapple.com/more-on-list-dialogs/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[list dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date string]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[text item delimiters]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=34</guid>
		<description><![CDATA[<p>This post will deal with what I consider a very concrete use of the &#8216;choose from list&#8217; dialog. After reading this (and perhaps trying it out in the Script Editor) you will probably be totally confused (just kidding!!) It gets a little complicated, but it is basically a cut-and-paste script.</p> <p>If you pay close attention [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/more-on-list-dialogs/feed/</wfw:commentRss>
		<slash:comments>427</slash:comments>
		</item>
	</channel>
</rss>

