Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3419 Widoki

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

Awatar
Odrzuć
Autor

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?

Powiązane posty Odpowiedzi Widoki Czynność
1
sie 25
200
1
kwi 25
1463
1
wrz 24
2146
1
lip 24
1914
1
maj 24
4258