answersLogoWhite

0

You can just use the minus symbol "-", however, assure you type cast your variables correctly to get the values you wish (e.g. Integer / Double / Single)

E.g. The following will result in int1 holding the value 2:

Dim int1 As Integer = 3

Dim int2 As Integer = 1

int1 = int1 - int2

User Avatar

Wiki User

15y ago

What else can I help you with?