Forum: VB.NET Jun 23rd, 2007 |
| Replies: 4 Views: 2,374 This is what I need. I have text box and the user will enter a number it could be a decimal or whole number. From here I need to do some calulations and get only the whole number. Truncate the... |
Forum: VB.NET Jun 23rd, 2007 |
| Replies: 4 Views: 2,374 I am new to VB I am a c++ programmerr. I know in c++ when you declare a variable as an int it will return a whole number. In VB I am delaring a variable as an interger and when I do my calculations... |
Forum: VB.NET Jun 23rd, 2007 |
| Replies: 4 Views: 2,157 |
Forum: VB.NET Jun 23rd, 2007 |
| Replies: 4 Views: 2,157 I need to be able to work with decimals. Right now I am trying to subract 2 decimals and it is not working
I input 10.89 in price and 11 in change the result should be 0.11, but I get 0.19999999... |