D
Dave Neve
Hi
I'm trying to understand 'tables' and I've grasped that they have to be
declared as with the following code.
Dim MyArray(10, 10) As Integer
But I'm at a loss how to link the code to the table.The table isn't
generated with this
code and so I assume that I have to generate it myself (with code).
How does the code identify the table. Is it enough just to name the table
'MyArray'?
Or are these 'phantom' tables that can be used without being seen?
Hope this makes sense and thanks
I'm trying to understand 'tables' and I've grasped that they have to be
declared as with the following code.
Dim MyArray(10, 10) As Integer
But I'm at a loss how to link the code to the table.The table isn't
generated with this
code and so I assume that I have to generate it myself (with code).
How does the code identify the table. Is it enough just to name the table
'MyArray'?
Or are these 'phantom' tables that can be used without being seen?
Hope this makes sense and thanks