Hey all.
I've got a line of code that is basically multiplication and division. Is there any way to make it do certain bits first? Like when you put brackets around certain things in multiplication?
Not sure if that would make much sense to anyone?
Thanks anyway
I've got a line of code that is basically multiplication and division. Is there any way to make it do certain bits first? Like when you put brackets around certain things in multiplication?
Code:
lblInGBP.Caption = ExchangeRate(17) * txtAmount - txtAmount / 100 * txtCommision.Text
Not sure if that would make much sense to anyone?

Thanks anyway