# How to remove particular index number of letter from text

**URL:** https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037
**Category:** Questions about Thunkable X
**Created:** [July 10, 2021, 12:49pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037 "2021-07-10T12:49:34Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![overturner](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@overturner](https://community.thunkable.com/u/overturner)
#### Post date: [July 10, 2021, 12:49pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/1 "2021-07-10T12:49:34Z")

</div>

Hi , I wanted to ask is there any way to remove a particular index number of letter from text  
For eg : in text abc replace 1st letter with I  
Its fine if anyone wants to answer after the WDC so I will pop it up then

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [July 10, 2021, 1:32pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/2 "2021-07-10T13:32:05Z")

</div>

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/7/279bf98e97eccace6a648aaddc7c3ad50332ebf6.png)

---

<div class="post-metadata">

### Author: ![overturner](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@overturner](https://community.thunkable.com/u/overturner)
#### Post date: [July 10, 2021, 1:39pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/3 "2021-07-10T13:39:21Z")

</div>

Thank you Soooo Soooo Much @catsarisky |  
This is Real Sportsmanship  
😀 😀

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [July 10, 2021, 1:43pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/4 "2021-07-10T13:43:11Z")

</div>

Oh sure! One of the things I’ve learned in years of coaching kids’ robotics teams is coopertition. It’s a made up word (courtesy of FIRST) that means we might be competing but we also cooperate whenever we can. I love WDC because I get to learn lots of new skills.

p.s. I didn’t use anything like this in my WDC entry, so I’ll be interested to see your approach - it’s different than mine, for sure!

p.p.s. At some point, I’m going to post a walkthrough on my code, because I think there are a few interesting bits.

---

<div class="post-metadata">

### Author: ![overturner](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@overturner](https://community.thunkable.com/u/overturner)
#### Post date: [July 10, 2021, 1:46pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/5 "2021-07-10T13:46:16Z")

</div>

> [@catsarisky](#):
>
> It’s a made up word (courtesy of FIRST) that means we might be competing but we also cooperate whenever we can. I love WDC because I get to learn lots of new skills.

Yes This is absolutely necessary , sportsmanship and helpfulness

> [@catsarisky](#):
>
> p.s. I didn’t use anything like this in my WDC entry, so I’ll be interested to see your approach - it’s different than mine, for sure!

Thanks I will post it in a day or two

> [@catsarisky](#):
>
> p.p.s. At some point, I’m going to post a walkthrough on my code, because I think there are a few interesting bits.

This will be really helpful  
Thanks

---

<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: [July 10, 2021, 3:13pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/6 "2021-07-10T15:13:51Z")

</div>

> [@overturner](#):
>
> For eg : in text abc replace 1st letter with I

This WDC challenge definitely showed me the need for such as block.

---

<div class="post-metadata">

### Author: ![overturner](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@overturner](https://community.thunkable.com/u/overturner)
#### Post date: [July 10, 2021, 3:22pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/7 "2021-07-10T15:22:01Z")

</div>

Yes @tatiang this block is needed

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [July 10, 2021, 3:23pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/8 "2021-07-10T15:23:52Z")

</div>

I’m interested to see how y’all are using it, I didn’t!

---

<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: [July 10, 2021, 4:46pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/9 "2021-07-10T16:46:31Z")

</div>

As I see it, there are two ways to display used letters that the player guesses:

1. Join each letter to a label’s text; one label for correct guesses (if displayed), one for incorrect guesses
2. Show the full alphabet and replace each guessed letter with a symbol (correct/incorrect)

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [July 10, 2021, 4:49pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/10 "2021-07-10T16:49:36Z")

</div>

Oh, yeah, I see. That makes sense. I sort of went with option 2…  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/c/9cd197e21824b5ad64c422017d354c7152589e01.png)

---

<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: [July 10, 2021, 11:55pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/11 "2021-07-10T23:55:02Z")

</div>

Right. And with cloning, that’s relatively easy. Without, it’s relatively hard. I’m trying to create every WDC I participate in using the new drag-and-drop interface unless I absolutely can’t.

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [July 11, 2021, 12:02am UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/12 "2021-07-11T00:02:24Z")

</div>

That’s another whole difficulty level!

I tried the beta conversion to drag and drop. After I reworked all my container cloning, I discovered all my clones were on top of each other — and there seemed to be no way to prevent that? I’ll move to D&D once it is fuller featured, but probably not before.

---

<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, 1:19pm UTC](https://community.thunkable.com/t/how-to-remove-particular-index-number-of-letter-from-text/1389037/13 "2024-11-08T13:19:50Z")

</div>


