06.09.2012, 00:30
It's easily done dude. Any beginner in C# or VB.net can do it. You just do
and can also be done in PAWN
Code:
label1.Text = textBox1.Text.Length.ToString() + " Characters";

