G
Gerrit Kiers
Hi
I have an array A of strings. I made two new arrays (B and C) and some
code put the strings from array A either in array B or in array C or
is disregarded it altogether.
Now I want to add an extra field to array A in whinch I want to store
the numerical value 0 if the string was disregarded, 1 if found in
array B and 2 if found in array C.
Could you help? I'm lost while trying to nest this in for .. next and
if statements.
I am primarely lost in multi-dimensional arrays. Please point me to
any good reference on the Web on this topic. I mean problems like
assigning values, reading out, defining LBound, etc. in
multidimensions
Gerrit
I have an array A of strings. I made two new arrays (B and C) and some
code put the strings from array A either in array B or in array C or
is disregarded it altogether.
Now I want to add an extra field to array A in whinch I want to store
the numerical value 0 if the string was disregarded, 1 if found in
array B and 2 if found in array C.
Could you help? I'm lost while trying to nest this in for .. next and
if statements.
I am primarely lost in multi-dimensional arrays. Please point me to
any good reference on the Web on this topic. I mean problems like
assigning values, reading out, defining LBound, etc. in
multidimensions
Gerrit