<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 10: Not making Invisible</title><link>https://sourceforge.net/p/invisiblebasic/bugs/10/</link><description>Recent changes to 10: Not making Invisible</description><atom:link href="https://sourceforge.net/p/invisiblebasic/bugs/10/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 10 Sep 2009 13:48:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/invisiblebasic/bugs/10/feed.rss" rel="self" type="application/rss+xml"/><item><title>Not making Invisible</title><link>https://sourceforge.net/p/invisiblebasic/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Example 1&lt;/p&gt;
&lt;p&gt;Dim array1() as string, array(2) as string&lt;br /&gt;
array1 will be IB'd but no more arrays after that on that line&lt;br /&gt;
The workaround is two lines:&lt;br /&gt;
Dim array1() as string&lt;br /&gt;
Dim array(2) as string&lt;/p&gt;
&lt;p&gt;Example 2&lt;/p&gt;
&lt;p&gt;Dim rgThis as range&lt;br /&gt;
and in code refer to &lt;br /&gt;
rgThis.Value&lt;br /&gt;
IB does not change it because in the case of Forms the control.value needs to be retained.&lt;br /&gt;
The workaround is to use&lt;br /&gt;
rgThis.cells(1,1).value&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick</dc:creator><pubDate>Thu, 10 Sep 2009 13:48:29 -0000</pubDate><guid>https://sourceforge.netb1f5a4ccaee2e579f3f0f677de08fd6f3435e9ca</guid></item></channel></rss>