<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 10: Not making Invisible</title><link href="https://sourceforge.net/p/invisiblebasic/bugs/10/" rel="alternate"/><link href="https://sourceforge.net/p/invisiblebasic/bugs/10/feed.atom" rel="self"/><id>https://sourceforge.net/p/invisiblebasic/bugs/10/</id><updated>2009-09-10T13:48:29Z</updated><subtitle>Recent changes to 10: Not making Invisible</subtitle><entry><title>Not making Invisible</title><link href="https://sourceforge.net/p/invisiblebasic/bugs/10/" rel="alternate"/><published>2009-09-10T13:48:29Z</published><updated>2009-09-10T13:48:29Z</updated><author><name>Patrick</name><uri>https://sourceforge.net/u/sysmod/</uri></author><id>https://sourceforge.netb1f5a4ccaee2e579f3f0f677de08fd6f3435e9ca</id><summary type="html">&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;</summary></entry></feed>