A
Alp Bekisoglu
Hi All,
Can't seem to set the logic behind this scenatio:
strA is a string of say 9 characters
strB is a string of 4 characters
I'd like to create a result string as:
(a1+b1)&(a2+b2)&(a3+b3)&(a4+b4)&(a5+b1)&(a6+b2)&(a7+b3)&(a8+b4)&(a9+b1)
For...Next for the A is ofcourse no problem but I couldn't figure out the
one for the inner.
Any help is highly appreciated.
Thanks in advance,
Alp
Can't seem to set the logic behind this scenatio:
strA is a string of say 9 characters
strB is a string of 4 characters
I'd like to create a result string as:
(a1+b1)&(a2+b2)&(a3+b3)&(a4+b4)&(a5+b1)&(a6+b2)&(a7+b3)&(a8+b4)&(a9+b1)
For...Next for the A is ofcourse no problem but I couldn't figure out the
one for the inner.
Any help is highly appreciated.
Thanks in advance,
Alp