I have a problem,
i want to validate 2 string number whether they are the same or not, but when 2 same number are compared but the other 1 numbers has a dot(.) character, the result will still be the same, is this a bug on the branch? and what is the solution?
for example,
string1 = 123.
string2 = 123
Branch = true
%string1% != %string2% output not same
else
default output same