I have a query on how to check if the number is positive or negative.
In my app. If the number is within the brackets (1234) then it is negative number.
If the number is 1234 then it is positive number.
I have used get text activity to retrieve and if condition to check.but if the number is 1234 then also it’s going to the then condition where as it should come in else condition