Results 1 to 2 of 2

Thread: Counting

  1. #1

    Thread Starter
    Hyperactive Member Matt-D's Avatar
    Join Date
    Nov 1999
    Location
    Mettmann, Germany
    Posts
    305
    Is it possible to count with nubers who have nulls ?
    Like 001, 002, 003, 004

    With this code there are no zeros:
    Text1.text = Text1.text + 1
    (1, 2, 3...)

    Thanks for some help, Matt

  2. #2
    Lively Member
    Join Date
    Jan 2000
    Location
    Springfield, IL
    Posts
    124
    Try using the format() function.

    Text1.text = Format(Text1.Text+1,"000")

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