I actually have an equation to make on visual basic.
An exemple of it
(12 = 12) AND (12>1)
true and true
the answer would be TRUE
But for both comparison operators i must create a combo box to insert <, >, =, <=, >=, <>
My problem is my program wont function because I don't know which variable to use for those... could anyone answer me ?...