Visual Basic - TechRepublic
General discussion
December 19, 2000 at 04:31 AM
dksj

Visual Basic

by dksj . Updated 25 years, 6 months ago

I want to divide one real number variable by another and assign the result to another variable. I always get an overflow error. I would like the answer to be rounded to the nearest thousanths. How can I declare these variables to make it work?

Ex. vari1 = vari2 / vari3

This discussion is locked

All Comments