# \[SOLVED\]How to get the ascii value of any alphabet

**URL:** https://community.thunkable.com/t/solved-how-to-get-the-ascii-value-of-any-alphabet/2625526
**Category:** Questions about Thunkable X
**Tags:** beginner, help
**Created:** [October 3, 2023, 11:50am UTC](https://community.thunkable.com/t/solved-how-to-get-the-ascii-value-of-any-alphabet/2625526 "2023-10-03T11:50:50Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![androidswetha\_90](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/androidswetha_90/32/161306_2.png) [@androidswetha\_90](https://community.thunkable.com/u/androidswetha_90)
#### Post date: [October 3, 2023, 11:50am UTC](https://community.thunkable.com/t/solved-how-to-get-the-ascii-value-of-any-alphabet/2625526/1 "2023-10-03T11:50:50Z")

</div>

if i type in text box = A ,then i should get ascii value of A=65

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [October 4, 2023, 12:35pm UTC](https://community.thunkable.com/t/solved-how-to-get-the-ascii-value-of-any-alphabet/2625526/2 "2023-10-04T12:35:29Z")

</div>

Could you explain your issue a bit more? Don’t understand what the problem is.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [October 4, 2023, 7:28pm UTC](https://community.thunkable.com/t/solved-how-to-get-the-ascii-value-of-any-alphabet/2625526/3 "2023-10-04T19:28:45Z")

</div>

Hello @androidswetha_90  
You will need to have two lists, one for the characters and one for the numbers.  
Then you will find the character on the first list so that you can get the number that corresponds to the same index from the second list. Please see the screenshot.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/7/07ca8bcb1ee3db31559bc7180ce92c6e75cae636.png)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [October 13, 2023, 10:29am UTC](https://community.thunkable.com/t/solved-how-to-get-the-ascii-value-of-any-alphabet/2625526/4 "2023-10-13T10:29:11Z")

</div>


