Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Andrew,

Andrew Douglas Pitonyak schrieb:
StarBasic converts a string representations of a number in a locale
specific way. In other words, in the USA, I expect "12.5" to round to an
integer as 13. In Germany, I expect "12,5" to round to 13. I have a
report of this NOT working on Linux in Germany. I am interested in the
results from a few different languages, locales, and operating systems.
Note that this works for me with the latest OOo release and the latest
LO release candidate 3 on 64-bit Fedora on en-US.

Dim l As Long
Dim d As Double
l = CLng("12.5") : Print l ' Expect 13 in en-US
l = CLng("12,5") : Print l
d = cdbl("12.5") : Print d
d = cdbl("12,5") : Print d

Based on responses, I will open a bug report


I work on German WinXp with English DEV300m106. I get
13
12
125
12,5

The problem might be connected with other problems of those functions as thousand separator. For example in OOo Issuetracker
112874, 78144, 70236, 112880, 112874, and your 112383

Kind regards
Regina

--
Unsubscribe instructions: E-mail to users+help@global.libreoffice.org
In case of problems unsubscribing, write to postmaster@documentfoundation.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.