تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3490 أدوات العرض

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

الصورة الرمزية
إهمال
الكاتب

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?

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أغسطس 25
599
1
أبريل 25
1607
1
سبتمبر 24
2281
1
يوليو 24
2047
1
مايو 24
4510