View Single Post
Old 12-22-2012, 06:17 PM   PM User | #2
bigcasey123
New Coder

 
Join Date: Feb 2012
Posts: 95
Thanks: 1
Thanked 5 Times in 4 Posts
bigcasey123 is an unknown quantity at this point
Ok so i got it to count but for some reason it counts ever letter and not the words! how do i fix this? my code
Code:
 Try
            GroupBox1.Text = String.Format("Accounts [ " & TextBox2.Text.Count & " ]")
        Catch ex As Exception
        End Try
bigcasey123 is offline   Reply With Quote