Any one knows how to make statistic from richtextbox counting characters in detail, like a=20, b=7 etc. I know to find dhe absolute number of characters with function "richTextBox1.TextLength" but to access every character i'm not aible!!!
Please help!!!