AccessWillKill
Registered User.
- Local time
- Today, 09:05
- Joined
- Oct 2, 2010
- Messages
- 50
is it possible to run 2 for loops alongside each other
for example can you set one loop to loop through one array while another array is doing the same then compare the two
like if array1val = arrayval2 then
message box array is equal
else
message box array is not equal
for example can you set one loop to loop through one array while another array is doing the same then compare the two
like if array1val = arrayval2 then
message box array is equal
else
message box array is not equal