Saturday, 17 August 2013

Charracters between two exact charracters

Charracters between two exact charracters

Let me show you what I want to do... For example, I have this as an input
......1.......1.................
and what I want to do is
.......1111111..................
So I want to fill the space between the two ones with ones... Also this
should be able to be done too:
......11.....1..................
........11111...................
So I want just the inside...
Any C# help you can give?

No comments:

Post a Comment