跳至內容
選單
此問題已被標幟
3487 瀏覽次數

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
8月 25
586
1
4月 25
1601
1
9月 24
2275
1
7月 24
2040
1
5月 24
4472