I am using a variable 'G' which stores values like N000000001. now I have to make counter which would increase g value by 1.
I used g = g + 1. so that I can get N000000002, N00000003................
But I cannot do that, probably because of N0000000
How can I add counter to such type of number?