Results 1 to 3 of 3

Thread: [RESOLVED] adding integers

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    52

    Resolved [RESOLVED] adding integers

    well i just want to add 1 to a label everytime something happens. so

    Code:
    dim lol as integer 
    lol = label7.caption
    label7.caption + 1
    idk if that's right in the least bit. help please

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    528

    Re: adding integers

    Does this help?
    Code:
    label7.caption = val(label7.caption) + 1

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    52

    Re: adding integers

    thanks worked.

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