Message 1 of 6

Not applicable
06-22-2018
02:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi every one
i have an array with some text values like elevation levels as
88, 92.19, 100.003, 102.1, ...................so on
i am using text as single line text
dim Text1 As DBText = New DBText()
if i use as above, it is not inserting 3 decimal place
i want to insert the text with 3 decimal places after the point as below
88.000
92.190
100.003
102.100
please help me how can i do it
thanks in advance
gvg
Solved! Go to Solution.