Am 19.04.2013 um 08:26 schrieb Peter K. Stys <[email protected]>: > i suppose this has to do with Int64 to double conversion and loss of > precision. If str does it (with the optional format string), what's the > point of the format() fn if one may get incorrect results?
str takes variant and simply calls stringvalue on Int64 in variant which gives right value. RS could overload Format function to Int64. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
