i have a textbox.text = "hello"
given a start point = 2, i would like to delete the 2 'L'
my final textbox.text = "heo"
how to do this?
given a start point = 2, i would like to delete the 2 'L'
my final textbox.text = "heo"
how to do this?
Comment