<?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 "indsav(what,where) bug?"</title>
	<atom:link href="http://www.aptech.com/questions/indsavwhatwhere-bug/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/indsavwhatwhere-bug/#answer-2750</link>
		<comments>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2750#comments</comments>
		<pubDate>Tue, 11 Dec 2012 22:31:44 +0000</pubDate>
		<dc:creator>Aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2750</guid>
		<description><![CDATA[This fix has been implemented in version 13.0.6 and is now available for download.]]></description>
			<content:encoded><![CDATA[<p>This fix has been implemented in version 13.0.6 and is now available for download.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2750/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: Aptech</title>
		<link>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2640</link>
		<comments>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2640#comments</comments>
		<pubDate>Sat, 01 Dec 2012 21:11:19 +0000</pubDate>
		<dc:creator>Aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2640</guid>
		<description><![CDATA[Unfortunately, the code for this command cannot be modified by the user, but here is a procedure (with an example) that you can use as a workaround until a patch is released with this bug fixed: what = "1"$&#124;"2"$&#124;"3"; where &#8230; <a href="http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2640">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, the code for this command cannot be modified by the user, but here is a procedure (with an example) that you can use as a workaround until a patch is released with this bug fixed:</p>
<pre>what = <span style="color: #800080">"1"</span>$|<span style="color: #800080">"2"</span>$|<span style="color: #800080">"3"</span>;
where = <span style="color: #800080">"1"</span>;
<span style="color: #0000ff">print</span> indsav(what, where);
<span style="color: #0000ff">print</span> <span style="color: #800080">"---------------"</span>;
<span style="color: #0000ff">print</span> indsavtmp(what, where);

<span style="color: #0000ff">proc</span> (1) = indsavtmp(what, where);
<span style="color: #339966">//If where is a string, force it</span>
<span style="color: #339966">//to be a string array as workaround</span>
 <span style="color: #0000ff">if</span> type(where) == 13;
    where = where$|where;
 <span style="color: #0000ff">endif</span>;
<span style="color: #0000ff">retp</span>(indsav(what, where));
<span style="color: #0000ff">endp</span>;</pre>
<p><tt>type</tt> is a command that returns the type of a variable. The number 13 means a string.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2640/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: MV</title>
		<link>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2639</link>
		<comments>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2639#comments</comments>
		<pubDate>Sat, 01 Dec 2012 17:23:40 +0000</pubDate>
		<dc:creator>MV</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2639</guid>
		<description><![CDATA[Thanks. Actually in the case you mentioned it returns 1 instead of . and . instead of 1. There should be a typo in the &#8220;underline&#8221; code. Do you know I can modify he underline code of this command manually?]]></description>
			<content:encoded><![CDATA[<p>Thanks. Actually in the case you mentioned it returns 1 instead of . and . instead of 1. There should be a typo in the &#8220;underline&#8221; code. Do you know I can modify he underline code of this command manually?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2639/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: Aptech</title>
		<link>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2638</link>
		<comments>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2638#comments</comments>
		<pubDate>Sat, 01 Dec 2012 17:01:06 +0000</pubDate>
		<dc:creator>Aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2638</guid>
		<description><![CDATA[It appears to be a bug limited to the case of the first input being a string array and the second being just a string. It has been posted on the bug list for development to look at.]]></description>
			<content:encoded><![CDATA[<p>It appears to be a bug limited to the case of the first input being a string array and the second being just a string. It has been posted on the bug list for development to look at.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/indsavwhatwhere-bug/#answer-2638/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:42:32 --