R
raulavi
Hi:
vs2008 c#
Having a string myvar = "*";
I need to repeat this myvar 100 times when is used at run time...
string myline = myvar + myvar+ myvar....(100 times)
What the easiest way to acomplish this.
am trying to avoid the for loop
vs2008 c#
Having a string myvar = "*";
I need to repeat this myvar 100 times when is used at run time...
string myline = myvar + myvar+ myvar....(100 times)
What the easiest way to acomplish this.
am trying to avoid the for loop