Skip to Content
0
Former Member
Dec 04, 2008 at 04:33 AM

incresing value by setting counter

17 Views

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?