<?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>Aptech &#187; Answers for "error G0462 : Negative trim value"</title>
	<atom:link href="http://www.aptech.com/questions/error-g0462-negative-trim-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/error-g0462-negative-trim-value/#answer-3062</link>
		<comments>http://www.aptech.com/questions/error-g0462-negative-trim-value/#answer-3062#comments</comments>
		<pubDate>Mon, 04 Feb 2013 17:39:12 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/error-g0462-negative-trim-value/#answer-3062</guid>
		<description><![CDATA[It appears that on line 99 in file expendnmJKR.prg is a call to the GAUSS function trimr. This function takes 3 inputs. The first argument is a matrix to be &#8220;trimmed&#8221;. The second argument is how many rows to trim, &#8230; <a href="http://www.aptech.com/questions/error-g0462-negative-trim-value/#answer-3062">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It appears that on line 99 in file <tt>expendnmJKR.prg</tt> is a call to the GAUSS function <tt>trimr</tt>. This function takes 3 inputs. The first argument is a matrix to be &#8220;trimmed&#8221;. The second argument is how many rows to trim, or remove from the top of the matrix. The third argument is how many rows to remove from the bottom of the matrix.</p>
<p>Either the second or third argument to <tt>trimr</tt> is negative. The error means that the program is trying to remove a negative number of rows from a matrix.</p>
<p>The fastest way to see what is going on is probably to stick a breakpoint on that call to <tt>trimr</tt>, then run the debugger to that point and see which value is negative. Then you can look backwards and see what went wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/error-g0462-negative-trim-value/#answer-3062/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:22:20 --