Hi all!
I am trying to cut a piece of text and paste a different text in it’s place on the screen . Please tell me how to add this functionality.
Thanks.
Hi all!
I am trying to cut a piece of text and paste a different text in it’s place on the screen . Please tell me how to add this functionality.
Thanks.
First you read that Text and assign it to one string variable and then use Replace method to replace the text with new value and then write back.
yourStr.Replace("Old string","New string")