Hi,
I started to feel I could do anything with macroses but this one got me stuck.
Let's say in file A I have:
/--/
a
b
c
/--/
a
b
c
/--/ and so on... just many blocks of 3 strings with delimiters.
In file B I have:
/--/
1
2
/--/
1
2
/--/
and so on... Other blocks of 2 strings that go on and on, and BETWEEN 1 and 2, I want to place the string either a, b or c (doesn't matter)
How would you go about this?
All I want is file B to look like:
/--/
1
a
2
/--/
1
c
2
/--/
1
a
2
/--/
1
b
2
/--/
1
c
2
I started to feel I could do anything with macroses but this one got me stuck.
Let's say in file A I have:
/--/
a
b
c
/--/
a
b
c
/--/ and so on... just many blocks of 3 strings with delimiters.
In file B I have:
/--/
1
2
/--/
1
2
/--/
and so on... Other blocks of 2 strings that go on and on, and BETWEEN 1 and 2, I want to place the string either a, b or c (doesn't matter)
How would you go about this?
All I want is file B to look like:
/--/
1
a
2
/--/
1
c
2
/--/
1
a
2
/--/
1
b
2
/--/
1
c
2