Hi! utils_format_double() does not work as expected when a locale is in use that does not use a '.' as decimal point, but e.g. a ','. I'm not aware of an elegant way to solve this, but I expect there to be one, probably by means of a double-to-string conversion function that is not locale-sensitive.
/Martin