# I need help my code wont stop messing up

**URL:** https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614
**Category:** Questions about Thunkable X
**Created:** [July 19, 2018, 4:01pm UTC](https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614 "2018-07-19T16:01:14Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![joey\_nieves](https://avatars.discourse-cdn.com/v4/letter/j/ad7895/32.png) [@joey\_nieves](https://community.thunkable.com/u/joey_nieves)
#### Post date: [July 19, 2018, 4:01pm UTC](https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614/1 "2018-07-19T16:01:14Z")

</div>

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

this code keeps adding a code that does not exist and skips two lines of code and gives the same out come no matter what. please help

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 19, 2018, 5:51pm UTC](https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614/2 "2018-07-19T17:51:36Z")

</div>

Your code gives the same output, because you have programmed it so.

If you tell me in detail what you need to do, I will try to help you.

---

<div class="post-metadata">

### Author: ![joey\_nieves](https://avatars.discourse-cdn.com/v4/letter/j/ad7895/32.png) [@joey\_nieves](https://community.thunkable.com/u/joey_nieves)
#### Post date: [July 20, 2018, 3:03pm UTC](https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614/3 "2018-07-20T15:03:49Z")

</div>

i have been trying to make an attendance app but the code has been skipeing the others and going to carissa. if you know a way to stop this that will be great!

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 20, 2018, 4:28pm UTC](https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614/4 "2018-07-20T16:28:00Z")

</div>

In your code I see a loop “repeat” that executes once. Thus, when you click on Button1 you have consistently met all the blocks Label1.Text and written the Label.Text = “is alan here?”. You need to use the “if” block, if you need an operation, select an action.

---

<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:01pm UTC](https://community.thunkable.com/t/i-need-help-my-code-wont-stop-messing-up/36614/5 "2024-11-08T12:01:14Z")

</div>


