I want to initialize a counter to start from 001 and increment it gradually. But as soon as I declare it, it turns back to just 1.
Can someone please help me with this?
Thanks
I want to initialize a counter to start from 001 and increment it gradually. But as soon as I declare it, it turns back to just 1.
Can someone please help me with this?
Thanks
Hi kunalj,
You can increment starting from 1 then convert your counter to intnumber.ToString(“000”) for other use.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.