<?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>Gallimaufry &#187; Parameter</title>
	<atom:link href="http://www.kegebein.net/blog/tag/parameter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kegebein.net/blog</link>
	<description>Random thoughts about ideas, solutions, everything …</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:47:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unlimited Timer</title>
		<link>http://www.kegebein.net/blog/2010/06/unlimited-timer/</link>
		<comments>http://www.kegebein.net/blog/2010/06/unlimited-timer/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 02:16:16 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Parameter]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=380</guid>
		<description><![CDATA[As a developer you might need a timer in your database. In that case you might find this feature helpful. You can create timer, as many as you like. Use them for benchmarks, to log import and export times, or to keep track of user log-in times. Stop Watch Each timer works like a little [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2010/06/unlimited-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Fun with Parameters (2)</title>
		<link>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters-2/</link>
		<comments>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters-2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 04:47:33 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Parameter]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=153</guid>
		<description><![CDATA[This article is part of my series Custom Function Vault. Here I describe miscellaneous custom functions to verify required script parameters. param.script.check() text.between( text; start; end; type ) trim.all( text; trimChr ) var.assign( definition ) Continue the Project Last time I wrote about the custom function param.assign. It will take a list of named parameters [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Fun with Parameters</title>
		<link>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters/</link>
		<comments>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:04:11 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Parameter]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=145</guid>
		<description><![CDATA[This article is part of my series Custom Function Vault. Here I describe a custom function for working with parameters. param.assign( params ) From the Beginning In my previous entry I described two customs functions for managing parameters: param and param.get. They encode and decode named (script) parameters. I started using them a lot and [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manage Parameters</title>
		<link>http://www.kegebein.net/blog/2009/06/manage-parameters/</link>
		<comments>http://www.kegebein.net/blog/2009/06/manage-parameters/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 23:36:33 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Parameter]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=140</guid>
		<description><![CDATA[This article is part of my series Custom Function Vault. Here I describe custom functions for managing (script) parameters. param( key; value ) param.get( key; params ) Working with Script Parameters FileMaker knows only one script parameter. To pass multiple values to a script, you have to look for a different way. Using table fields [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/06/manage-parameters/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
