Hi, I have a peculiar problem..!
I have a string with some constant value at multiple paces. For example consider the following sting.
string tmpStr = "Hello _tmp_ how is _tmp_ this possible _tmp_ in C#...?"
Now i want to replace each of the tmp in the string with values that are stored in an array, first tmp holds array[0], second tmp holds array[1] and so on...
Any idea how this can be achieved..? I use C# 2.0