Hi Seem to be having a bit of brainfreeze this evening.
Basically I'm reducing an array of prices like so: >> subtotal = reduce(operator.add, itemprices) This gives me a string of '86.00.00' which I am trying to use with decimal objects. Python 2.4 is not particularly happy with this. Additionally I can't simply convert the string to a decimal as it would be invalid given it has multiple decimal points. Being relatively new to python, I'm not sure how I could round the string or similar. Anyone got any ideas? -- View this message in context: http://www.nabble.com/String-Decimal-issues-tf4783150.html#a13683811 Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list