<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — about checkboxsetchecked]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=888</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=888&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in about checkboxsetchecked.]]></description>
		<lastBuildDate>Sun, 26 Feb 2023 18:08:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: about checkboxsetchecked]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4076#p4076</link>
			<description><![CDATA[<p>The <em>checkboxsetchecked</em> call is a direct C call with a Fortran interface, so the actual correct code would be:</p><div class="codebox"><pre><code>use iso_c_binding
   ...
   call checkboxsetchecked(CheckBoxNum(i),LOGICAL(.TRUE.,kind=c_bool))</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 26 Feb 2023 18:08:58 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4076#p4076</guid>
		</item>
		<item>
			<title><![CDATA[about checkboxsetchecked]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4075#p4075</link>
			<description><![CDATA[<p>It is wrong in SF3.26:<br />call checkboxsetchecked(CheckBoxNum(i),.TRUE.)<br />Error: Type mismatch in argument &#039;v&#039; at (1); passed LOGICAL(4) to LOGICAL(1)</p><p>It is right:<br />call checkboxsetchecked(CheckBoxNum(i),LOGICAL(.TRUE.,1))</p>]]></description>
			<author><![CDATA[null@example.com (weixing1531)]]></author>
			<pubDate>Sun, 26 Feb 2023 05:14:51 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4075#p4075</guid>
		</item>
	</channel>
</rss>
