|
-
Apr 11th, 2005, 12:14 PM
#1
Thread Starter
Junior Member
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:
NumberIn = (ComboIn.Text * 10000000000#)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|