# How to display just 3 digits after the comma

**URL:** https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038
**Category:** Questions about Thunkable X
**Created:** [June 4, 2018, 1:30am UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038 "2018-06-04T01:30:56Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 1:30am UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/1 "2018-06-04T01:30:56Z")

</div>

hello , i’ve made this programme but i want it to display the results in textinput2 and textinput7 just 3 digits after the comma . For example 146.43259 i want it to be displayed as 146.432  
this is the programme :

 ![Screenshot_2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/5/c57ffbee32fcb6b475dd5567e45dbd3905cb29ee.jpg)  
i need it it details please . thank you

---

<div class="post-metadata">

### Author: ![Kanishka\_Developer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kanishka_developer/32/19906_2.png) [@Kanishka\_Developer](https://community.thunkable.com/u/Kanishka_Developer)
#### Post date: [June 4, 2018, 3:18am UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/2 "2018-06-04T03:18:01Z")

</div>

![Blocks](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/7/b779fd16787237e07b1b83d480ec04b25cb6841a.png)

This should work @dbce961342f010d5b2f4.

---

<div class="post-metadata">

### Author: ![paulmw](https://avatars.discourse-cdn.com/v4/letter/p/22d042/32.png) [@paulmw](https://community.thunkable.com/u/paulmw)
#### Post date: [June 4, 2018, 4:14am UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/3 "2018-06-04T04:14:16Z")

</div>

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/e/1e9cefdb9c4f2ff711d5c2b32cd77df4deb8a1c0.png)

Here is a share link to the project:  
[https://x.thunkable.com/copy/87f9a1e7de2967ab118a3da67b5733e2](https://x.thunkable.com/copy/87f9a1e7de2967ab118a3da67b5733e2)

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 10:47am UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/4 "2018-06-04T10:47:30Z")

</div>

hello thank you but i’m using thunkable cross platform not the classic , how can i do it there. thank you

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 10:58am UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/7 "2018-06-04T10:58:28Z")

</div>

Hello , thank you for your reply , i’m begginer in this , can i share the link of the project and you do it for me please ? here is the link : [https://x.thunkable.com/copy/36aacc9badf12036ba1028adf28595a8](https://x.thunkable.com/copy/36aacc9badf12036ba1028adf28595a8)  
i want the number in textinput2 and textinput7 to be displayed just 3 digits after the comma  
thank you so much

---

<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: [June 4, 2018, 12:22pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/8 "2018-06-04T12:22:47Z")

</div>

Hello,

Everything is simple enough.

1. In the function you pass the result of division.
2. Create a list by dividing the input argument by the symbol “.” There are two entries in the list.
3. Copy the first 3 characters from the second record and attach it to the first record through the point.

Do you understand this algorithm or show blocks? You can do this and with text blocks.

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 12:26pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/9 "2018-06-04T12:26:29Z")

</div>

i’m a beginner , here is the link of the project could you help me with it ? [https://x.thunkable.com/copy/36aacc9badf12036ba1028adf28595a8](https://x.thunkable.com/copy/36aacc9badf12036ba1028adf28595a8)  
thank you

---

<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: [June 4, 2018, 12:27pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/10 "2018-06-04T12:27:18Z")

</div>

Sorry, I’ll do it now.

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 12:39pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/11 "2018-06-04T12:39:48Z")

</div>

okey bro thank you so so much i’m waiting

---

<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: [June 4, 2018, 12:47pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/12 "2018-06-04T12:47:06Z")

</div>

Check it.

[https://x.thunkable.com/projects/5b152aa60e75b90001463fe9/project/properties/designer/](https://x.thunkable.com/projects/5b152aa60e75b90001463fe9/project/properties/designer/)

Do you need to always have 3 digits or no more than three after the point? If there are always 3 digits, I will correct the example.

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 12:55pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/13 "2018-06-04T12:55:20Z")

</div>

i nedd no more than three after the point

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 12:57pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/14 "2018-06-04T12:57:01Z")

</div>

i tried the programme on my mobile but when i press calculate the screen froze !

---

<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: [June 4, 2018, 12:58pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/15 "2018-06-04T12:58:39Z")

</div>

This is because I’m editing project. Now try to open it.

---

<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: [June 4, 2018, 1:05pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/16 "2018-06-04T13:05:43Z")

</div>

Now, the default keyboard is used to enter the price. I would change it to digital, so that when entering numbers there were fewer errors (now instead of the price you can enter text).

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 1:09pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/17 "2018-06-04T13:09:16Z")

</div>

thank you so so much bro , but why i can’t download it as an android app from the link you’ve gave to me ?

---

<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: [June 4, 2018, 1:11pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/18 "2018-06-04T13:11:26Z")

</div>

Have you made a copy of this project? You want it to look in Thunkable Live on Android or install a .apk?

![android](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/3/c3f6c4b8bf880e0a11577d98e675805766df2280.png)

---

<div class="post-metadata">

### Author: ![dbce961342f010d5b2f4](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@dbce961342f010d5b2f4](https://community.thunkable.com/u/dbce961342f010d5b2f4)
#### Post date: [June 4, 2018, 1:14pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/19 "2018-06-04T13:14:13Z")

</div>

i want to install apk

---

<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: [June 4, 2018, 1:15pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/20 "2018-06-04T13:15:19Z")

</div>

Select Download Android App and save apk on PC. Copy it to Android and install.

---

<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: [June 4, 2018, 4:08pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/21 "2018-06-04T16:08:06Z")

</div>

Universal function

 ![decimals](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/d/4db9d967243a744d26e128c83092bd2accd789f4.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: [November 8, 2024, 12:02pm UTC](https://community.thunkable.com/t/how-to-display-just-3-digits-after-the-comma/30038/22 "2024-11-08T12:02:40Z")

</div>


