larger then amount?
Posted: Wed Dec 19, 2012 4:38 pm
Hello,
seems i got stuck
how do i do this part
and like you see its not
any idea how i can calculated it so i don't get this message
i think he can't calculate it because it contains a -
any one?
thanks
seems i got stuck
how do i do this part
Code: Select all
it seems when i calculated it i get a message thats says that a2 is larger then a1'THESE ARE JUST EXAMPLE's HOW I GET IT IN REAL CODE
dim a1 as double = -150
dim a2 as double = 100
if a2 > a1 then
msgbox("a2 can't be larger then a1")
else
msgbox("ok")
end if
and like you see its not
any idea how i can calculated it so i don't get this message
i think he can't calculate it because it contains a -
any one?


thanks