Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
3523 Visninger

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
Kassér
Forfatter

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 Besvarelser Visninger Aktivitet
1
aug. 25
699
1
apr. 25
1676
1
sep. 24
2349
1
jul. 24
2097
1
maj 24
4620