Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
3453 Weergaven

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
Annuleer
Auteur

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?

Gerelateerde posts Antwoorden Weergaven Activiteit
1
aug. 25
513
1
apr. 25
1534
1
sep. 24
2218
1
jul. 24
1989
1
mei 24
4352