İçereği Atla
Menü
Bu soru işaretlendi
3432 Görünümler

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
Vazgeç
Üretici

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?

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 25
346
1
Nis 25
1500
1
Eyl 24
2189
1
Tem 24
1941
1
May 24
4295