I just recently switch to Windows programming from DOS, and I
hate to sound like such a Newbie, but....
Can someone give me an example of how to multiply 2 DWORD
variables inside of a sub or function, and store the result in
a third DWORD variable? I tried declaring GLOBAL variables
and then multiplying them inside of a sub or function, and
I even tried to declare a function, dim the variables inside
of it, and then multiply them. At compile time, I always
get error 462 or 477. Help!
------------------
hate to sound like such a Newbie, but....
Can someone give me an example of how to multiply 2 DWORD
variables inside of a sub or function, and store the result in
a third DWORD variable? I tried declaring GLOBAL variables
and then multiplying them inside of a sub or function, and
I even tried to declare a function, dim the variables inside
of it, and then multiply them. At compile time, I always
get error 462 or 477. Help!
------------------
Comment