I
INeedADip
How can I change a particular char at a given index....
I want to do something like:
strText[2] = 'b';
But apparently the "strText[2]" is readonly?
Is there another way to get access to a particular character?
I want to do something like:
strText[2] = 'b';
But apparently the "strText[2]" is readonly?
Is there another way to get access to a particular character?