Hi guys!
Is there any operator like "±" in VB?
Such as
Thanks!
Is there any operator like "±" in VB?
Such as
Code:
If i ± 3 = p Then
'code
End If
If i ± 3 = p Then
'code
End If