> Sybren Stuvel wrote:
> round returns a float. Use
> int(round('+value+', 0))
> to get an integer.
> Sybren

ahh of course it does, slaps own forehead sorted 
thanks :)

David P

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to