Hi,

I am having 5 digit numeric field and I want to convert the number by incrementing one on each digit.

for ex:

12345 should be converted as 23456
56789 should be converted as 67890

I thought of adding 11111, but it fails when the field has '9'.

Is there any shortest way to do ?