<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Idea for new &#8216;error&#8217; LSL event.</title>
	<atom:link href="http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 15:00:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Takuan Daikon</title>
		<link>http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/comment-page-1/#comment-952</link>
		<dc:creator>Takuan Daikon</dc:creator>
		<pubDate>Sat, 12 Apr 2008 15:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/#comment-952</guid>
		<description>We should definitely have a JIRA for this!!!  This would be so helpful in assisting to find the location of problems that I am currently seeing due to server-side changes causing errors in my scripts where no errors have existed for over a year.

If you&#039;ve not already created a JIRA, will you please?  And give us a linky?</description>
		<content:encoded><![CDATA[<p>We should definitely have a JIRA for this!!!  This would be so helpful in assisting to find the location of problems that I am currently seeing due to server-side changes causing errors in my scripts where no errors have existed for over a year.</p>
<p>If you&#8217;ve not already created a JIRA, will you please?  And give us a linky?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacon</title>
		<link>http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/comment-page-1/#comment-921</link>
		<dc:creator>Nacon</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/#comment-921</guid>
		<description>(augh...  my post got cut off)

Something like this...

float G = 4;
float T = 0;

iferror( (G / T) == MATH_ERROR)
     { T = 0.1; }

if( (G / T) == (G * 10) )
     { llSay(0,&quot; You have 40 bucks&quot;); }

else()
     { llSay(0,&quot;I have no idea how much you have...&quot;); }</description>
		<content:encoded><![CDATA[<p>(augh&#8230;  my post got cut off)</p>
<p>Something like this&#8230;</p>
<p>float G = 4;<br />
float T = 0;</p>
<p>iferror( (G / T) == MATH_ERROR)<br />
     { T = 0.1; }</p>
<p>if( (G / T) == (G * 10) )<br />
     { llSay(0,&#8221; You have 40 bucks&#8221;); }</p>
<p>else()<br />
     { llSay(0,&#8221;I have no idea how much you have&#8230;&#8221;); }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacon</title>
		<link>http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/comment-page-1/#comment-920</link>
		<dc:creator>Nacon</dc:creator>
		<pubDate>Wed, 26 Mar 2008 13:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/#comment-920</guid>
		<description>Not possible because the script is a runtime event of itself. Once it ran into an error, it cancels and abort  the script on the spot. Therefore, the Error event won&#039;t get triggered.

It&#039;s possible to have a script feed its error data to another script but that&#039;s not an ideal way to go. I&#039;d suggest take-a-step-back statement to work in different path.</description>
		<content:encoded><![CDATA[<p>Not possible because the script is a runtime event of itself. Once it ran into an error, it cancels and abort  the script on the spot. Therefore, the Error event won&#8217;t get triggered.</p>
<p>It&#8217;s possible to have a script feed its error data to another script but that&#8217;s not an ideal way to go. I&#8217;d suggest take-a-step-back statement to work in different path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Gunderloy</title>
		<link>http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/comment-page-1/#comment-919</link>
		<dc:creator>Mike Gunderloy</dc:creator>
		<pubDate>Wed, 26 Mar 2008 11:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://tentacolor.com/2008/03/25/idea-for-new-error-lsl-event/#comment-919</guid>
		<description>It&#039;s a nice idea, and would certainly make writing decent scripts easier. But whether I&#039;d want a JIRA for it depends on how Linden Lab is organizing its internal coding effort around scripting. If we really are going to go from LSL-on-Mono to Other-Languages-on-Mono, then I&#039;d hate to see much effort go into adding new features to LSL; it&#039;s so far behind the various .NET languages that I&#039;ll drop it like a hot rock as soon as we can work in any of those other languages.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a nice idea, and would certainly make writing decent scripts easier. But whether I&#8217;d want a JIRA for it depends on how Linden Lab is organizing its internal coding effort around scripting. If we really are going to go from LSL-on-Mono to Other-Languages-on-Mono, then I&#8217;d hate to see much effort go into adding new features to LSL; it&#8217;s so far behind the various .NET languages that I&#8217;ll drop it like a hot rock as soon as we can work in any of those other languages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
