i can have a number:
42,3
41,8919
28,478
...
ho to update and have a new format:
42,3000
41,8919
28,4780
Tks.
note:
- the value are string format, MyNum as string
- i need a 4 decimal
format number...
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36
format number...
Last edited by sal21 on 02 Dec 2020, 11:46, edited 1 time in total.
-
- Administrator
- Posts: 76691
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: format number...
Is it a number field or a text field?
And is the comma the decimal separator?
And is the comma the decimal separator?
Regards,
Hans
Hans
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36
-
- Administrator
- Posts: 76691
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
-
- 3StarLounger
- Posts: 308
- Joined: 24 Dec 2015, 16:41
Re: format number...
it could be implemented at the table level, or at the control at presentation level (form/report). use 'fixed' and then specify 4 digit decimal
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36
-
- PlatinumLounger
- Posts: 4227
- Joined: 26 Apr 2010, 17:36
Re: format number...
Still on..
now myvar is dimensioned As String and the separator is a dot.
i now i can have:
40.663455
16.610637
40.663455
6.61
40.663301
16.610702
40.663294
16.61071
40.648544
i need:
40.663455
16.610637
40.663455
6.610000
40.663301
16.610702
40.663294
16.610710
40.648544
-
- Administrator
- Posts: 76691
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands