Message 1 of 13
List Manipulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have some lists one of them I am putting here for help.
original
(25 299.4 100.3 100.8 399.3 118.9 25)
convert to 0.5 precision
(25.0 299.5 100.5 101.0 399.5 119.0 25.0)
I want to convert to 0.5 but the total of all members in a list is 1069.5 but I need to convert in 1070.
final summation of list members shall be 0.0 not .5
Thanks,
avinash