subStr([TABLENAME.Field], 6, 1)
the above code will give me the first value on the right of a number with 6 digits, as in
123456 - the value I will get will be the number 6
therefore I am gettin the first digit on the right of a six digit number. Is there a way to get the formula to read from left to right so that if I have 3 different numbers like
123456
12345
1234
I will get the value to be 1, or the first number
the above code will give me the first value on the right of a number with 6 digits, as in
123456 - the value I will get will be the number 6
therefore I am gettin the first digit on the right of a six digit number. Is there a way to get the formula to read from left to right so that if I have 3 different numbers like
123456
12345
1234
I will get the value to be 1, or the first number