Results 1 to 3 of 3

Thread: weird # symbol, and incorrect calculations

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    29

    weird # symbol, and incorrect calculations

    for part of my program it is necessary for me to multiply buy a rather large number, 10,000,000,000 to be exact.

    When i entered the number in the code VB added the # symbol after it, i dont know why, can anyone shed any light on it?

    I had declared NumberIn as a single, i changed it to a double thinking it may make a difference but it didnt.

    VB Code:
    1. NumberIn = (ComboIn.Text * 10000000000#)

  2. #2

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    29

    Re: weird # symbol, and incorrect calculations

    gotcha thanks

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