in richtextbox before the text is placed in it there is 1 space
example
' << dot is richtextbox1 start line , and below is the text
james:helllo lol i love you ' <<<<<<<<<< 1 space only
and now i need to backspace this once
i dont want to use like this because it removes all spaces sText = Replace(sText," ","")
example
' << dot is richtextbox1 start line , and below is the text
james:helllo lol i love you ' <<<<<<<<<< 1 space only
and now i need to backspace this once
i dont want to use like this because it removes all spaces sText = Replace(sText," ","")