Am 19.04.2013 um 08:02 schrieb Peter K. Stys <[email protected]>: > try this: > > dim i as Int64 = 23897188192681986 > dim s1 as String = str(i) > dim s2 as String = format(i, "-#") > > s1 is correct, s2 is wrong, amazingly
format takes double which has limited precision. > > ...and no, I will not file a feedback report because every time I try it > tells me I need an update then the update fails. > You posted to the MBS List… it's feedback case 15962 <feedback://showreport?report_id=15962> 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
