i'm going to make a calculator. i have 4 txt boxes one for the first number a person should enter the second for if they want to use + - / etc.. third for the second number and fourth for the answer of the first and second number put together
code:
dim first as double
dim second as double
dim third as double
dim fourth as double
if secondbox.text = "+" then
firstbox.text + thirdbox.text = fourthbox.text
end if
i've done - / the same. but as you can probably see this aint working if anyone could tell me how to write this i would be thankfull