# How much text can I put into a textbox?

**URL:** https://community.thunkable.com/t/how-much-text-can-i-put-into-a-textbox/1402409
**Category:** Questions about Thunkable X
**Created:** [July 19, 2021, 12:11am UTC](https://community.thunkable.com/t/how-much-text-can-i-put-into-a-textbox/1402409 "2021-07-19T00:11:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [July 19, 2021, 12:11am UTC](https://community.thunkable.com/t/how-much-text-can-i-put-into-a-textbox/1402409/1 "2021-07-19T00:11:24Z")

</div>

Is there a limit to how much text can be placed into a textbox?

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [July 19, 2021, 12:26am UTC](https://community.thunkable.com/t/how-much-text-can-i-put-into-a-textbox/1402409/2 "2021-07-19T00:26:34Z")

</div>

At least 100,000 characters. Most likely a whole lot more.

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [July 19, 2021, 12:28am UTC](https://community.thunkable.com/t/how-much-text-can-i-put-into-a-textbox/1402409/3 "2021-07-19T00:28:33Z")

</div>

Excellent!

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [July 19, 2021, 12:43am UTC](https://community.thunkable.com/t/how-much-text-can-i-put-into-a-textbox/1402409/4 "2021-07-19T00:43:55Z")

</div>

If you have that much text, you may want to consider partitioning your texts into an array of strings so it is more manageable.

I’ve had a comma separated list of over 10,000 names in one text block for an experiment.

I’ve also had an entire technical glossary worth of definitions in 1 app variable. It’s really hard to work with and starts to lag the block editor but it works.

---

<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-much-text-can-i-put-into-a-textbox/1402409/5 "2024-11-08T13:19:41Z")

</div>


