list to array
Posted: Wed May 12, 2004 8:15 am
hi all,
i have a list like this
1,2,3,4,5
i want to take each item in the list and display in number format on a new line....for example
1.00
2.00
3.00
4.00
5.00
how can i do this?
i have a list like this
1,2,3,4,5
i want to take each item in the list and display in number format on a new line....for example
1.00
2.00
3.00
4.00
5.00
how can i do this?