Results 1 to 5 of 5

Thread: [RESOLVED] Counting charatcers in a label's caption

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    93

    Resolved [RESOLVED] Counting charatcers in a label's caption

    How would i count the characters in a label's caption? is it possible to have the number set as an integer?

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Counting charatcers in a label's caption

    ??? You want the length of the caption.

    Dim intCount As Integer
    intCount = Len(Label1.Caption)

  3. #3

  4. #4

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    93

    Re: Counting charatcers in a label's caption

    Thanks guys.

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