Dear Friends,
Loop: 1
-------
String 1 => 91|91|91|SS|123|fgdfg|hfd|gdg|21/04/2019 13:30:00|21/04/2019 18:00:00|4 Hrs 30 Mins|||INR||
String 2 => 92|92|92|SS|123|fgdfg|hfd|gdg|21/04/2019 13:30:00|21/04/2019 18:00:00|4 Hrs 30 Mins|||INR||
String 3 => 93|93|93|SS|123|fgdfg|hfd|gdg|21/04/2019 13:30:00|21/04/2019 18:00:00|4 Hrs 30 Mins|||INR||
Loop: 2
-------
String 4 => 94|94|94|SS|123|fgdfg|hfd|gdg|21/04/2019 13:30:00|21/04/2019 18:00:00|4 Hrs 30 Mins|||INR||
String 5 => 94|94|94|SS|123|fgdfg|hfd|gdg|21/04/2019 13:30:00|21/04/2019 18:00:00|4 Hrs 30 Mins|||INR||
I need to do (permutation and combination) method like compare the Two LOOPS
--> [string1 , string4],[string1 , string5] like [1,4],[1,5]....etc
--> [string2 , string4],[string2 , string5] like [2,4],[2,5]....etc
In For Each loop (Or) For loop. But it will done in loop within loop.
For each Loop1
For each Loop2
.....To do Code
Next
Next
Suppose loop2 not availabe strings but it will work loop1 alone with available strings as normal (without permutation and combination).
Hope you all understand my question .. Thanks in Advance friends...
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Surender vPosted Apr 23, 2019, 4:30 AM
Amit GuptaPosted Apr 23, 2019, 4:29 AM
Surender vPosted Apr 23, 2019, 4:26 AM
Amit GuptaPosted Apr 23, 2019, 3:36 AM