Skip to Content
मेन्यू
This question has been flagged
3436 Views

I need a serially alphabet. Record serially set like 1,2,3,4,5 so we create counter for numeric now I need A,B,C,D,E Suppose,

Serial | Item
  A    |  AppleStore
  B    |  Googlestore

Like this.

Thanks in advance

Avatar
Discard
Author

Solve my issue just return counter value you just convert in ASCII value using chr() Suppose counter = 65 and return chr(counter) value is A.

Hi Farid, I am trying to do what you did with numbers. Can you please post the code?

Related Posts Replies Views Activity
1
अग॰ 25
366
1
अप्रैल 25
1503
1
सित॰ 24
2196
1
जुल॰ 24
1950
1
मई 24
4304