VB6 Arrays

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