<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 7 lug 2020 alle ore 13:39 T Lee Davidson <<a href="mailto:t.lee.davidson@gmail.com">t.lee.davidson@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 7/7/20 6:11 AM, Dag Jarle Nerland Johansen - Gambas wrote:<br>
> Hi,<br>
> I write a software which includes several SQL-tables.<br>
A simple example might help to illustrate what you are trying to accomplish.<br></blockquote><div><br></div><div>👍</div><div><br></div><div>Hi Dag,</div><div>I'm afraid you are taking a wrong path, however I am attaching this code that I don't know if it can help.<br>---------------------------------------<br></div><div>Public Sub Main()<br><br>  Dim aCell As New Variant[20]<br>  Dim i As Integer<br>  <br>  aCell[5] = "Pippo"<br>  aCell[10] = 12<br>  aCell[19] = Date(Now)<br>  <br>  For Each v As Variant In aCell<br>    Print v;; " n."; i <br>    Inc i<br>  Next<br><br>End</div><div>---------------------------------------</div><div>Regards</div><div>Gianluigi<br></div></div></div>