How Do I Determine How Many characters are in a Text box
I Hve looked for the ansewer for the last day and 1/2 no luck plz help
Code plz or direct link to code :)
# 1 Re: How Do I Determine How Many characters are in a Text box
Which property of a TextBox (http://www.developerfusion.co.uk/show/76/2/) returns its contents?
Which VB function returns the length of a string (http://www.google.com/search?q=vb+string+length)?
Now, put them together: Get the contents of the TextBox, and use the string length function to return its length. You can do it! :)
# 3 Re: How Do I Determine How Many characters are in a Text box
OK, so what's the answer? How do you determine the number of characters in a textbox?