I am creating a monthly payment calculator using Visual Basic 6 and I need a variable to represent the equation used to find the monthly interest. How do I declare my variable so that I can substitute it into the full equation for the payments.
I know that if I were using BASIC I would go
interest=(txtinterest.text * .01)/12)
and then substitute the variable interest into the whole equation, but this doesn't seem to work.
please help me...
2007-04-10
10:53:31
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design