Results 1 to 2 of 2

Thread: Charachter Count

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    Does anyone have any source that counts the number of charachters in a string/textbox ?

  2. #2
    Addicted Member JasonGS's Avatar
    Join Date
    May 2000
    Location
    California
    Posts
    155
    Code:
    myString$ = "Hello World!"
    charCount = Len(myString)
    
    MsgBox "There are " & charCount & " characters in your string!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width