I have a Field: example R0123658-1
I am pulling that field and Removing the starting and ending characters to get
0123658
I am then converting it to an integer to get 123658 and adding 1 so I now have 123659 Then I format with "0000000" and convert back to string
and re add start and end characters. I am getting
R123659-1 instead of R0123659-1. Should I be doing something extra to keep leading zeros in an integer?
I am pulling that field and Removing the starting and ending characters to get
0123658
I am then converting it to an integer to get 123658 and adding 1 so I now have 123659 Then I format with "0000000" and convert back to string
and re add start and end characters. I am getting
R123659-1 instead of R0123659-1. Should I be doing something extra to keep leading zeros in an integer?