I am using a rich text box and then loading a text file and counting the number of charcters. I get numbers that aren't right, even when i only have 1 letter it says 101 as the length
anyone know how to get the length of all the text from a richtextbox?
i used len(richtextbox1) but they failed
thanks in advance
