Hi,
I have field which is techincal 18 characters in length but it has value 6 character i would like to select last 3 character from this ..
Eg:
573
I have to get 73 as my value i am getting next field character as my value for the below code
field1 = field1+2(3)
Need an help
thanks