How To compare data in array A and array B
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Do U need this? Using simple for loop we can achieve this. flag=true for i=0 to n if a(i) not equal to b(i) then flag=false next if flag = false then the arrays are not equal. If U want something else other than this, U will have to elaborate so that everyone can understand what U really need. Regards, Arun Kumar.A
-
Do U need this? Using simple for loop we can achieve this. flag=true for i=0 to n if a(i) not equal to b(i) then flag=false next if flag = false then the arrays are not equal. If U want something else other than this, U will have to elaborate so that everyone can understand what U really need. Regards, Arun Kumar.A