VB6 Arrays

Sorry don't have VB6, well I do but I don't want to go through all the palaver of installing it on vista 64, plus I don't really like downloading zips from unknown sites. If you give me a bit more detail though i'm sure I can help though.
 
how about adding another column to your array (dim YOURARRAY(1 to 4, 1 to 2) as String).

You can then put in an If statement and ask If(YOURARRAY(x,2) = "1") Then blahblahblah etc.

sorry dont actually have your code here, but this should help you out i hope.
 
RobMunfy said:
how about adding another column to your array (dim YOURARRAY(1 to 4, 1 to 2) as String).

You can then put in an If statement and ask If(YOURARRAY(x,2) = "1") Then blahblahblah etc.

sorry dont actually have your code here, but this should help you out i hope.
Thanks, but i've already recieved help. :)
 
Back
Top Bottom