I have a 10 digit number 1234567890 in which I should compare the first two number is less than 32 or not. is it possible to do?
I have a many 10 digit number like follows:
1234567890
2345678901
3456789012
4567890123
Here I need to display the 10 digit number whose first starting two numbers are less than 32. By that condition, only first two 10 digit values should display and not the third and fourth.
Ex: 1234567890... I will take first two digits--> 12. now I need to check for a condition whether 12 < 32 or not?
is it possible to search for less than condition in FILE Locator Pro?
Thanks in advance