# How to make an app that counts the letter a

**URL:** https://community.thunkable.com/t/how-to-make-an-app-that-counts-the-letter-a/765050
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [August 24, 2020, 11:47am UTC](https://community.thunkable.com/t/how-to-make-an-app-that-counts-the-letter-a/765050 "2020-08-24T11:47:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sohalia.yogetx](https://avatars.discourse-cdn.com/v4/letter/s/c67d28/32.png) [@sohalia.yogetx](https://community.thunkable.com/u/sohalia.yogetx)
#### Post date: [August 24, 2020, 11:47am UTC](https://community.thunkable.com/t/how-to-make-an-app-that-counts-the-letter-a/765050/1 "2020-08-24T11:47:18Z")

</div>

So how do you create an app that counts the letter a ???

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 24, 2020, 1:15pm UTC](https://community.thunkable.com/t/how-to-make-an-app-that-counts-the-letter-a/765050/2 "2020-08-24T13:15:30Z")

</div>

This requires looping through the text and adding one to the letter frequency value for “a” or “A” each time the letter matching the loop index value’s position is equal to one of those target letters.

You mentioned to me that you are new to coding. If so, my example project may be a little hard to follow. But hopefully it will get you started. The first screen (“text letter count”) has an example that counts the number of "e"s in the text.

[https://x.thunkable.com/copy/d0844dbd3064096b0f755469c7210a98](https://x.thunkable.com/copy/d0844dbd3064096b0f755469c7210a98)

---

<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: [November 8, 2024, 12:24pm UTC](https://community.thunkable.com/t/how-to-make-an-app-that-counts-the-letter-a/765050/3 "2024-11-08T12:24:40Z")

</div>


