[script-issues] [Issue 112880] CLng omit thousand separa tors

2010-11-17 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112880


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Priority|P4|P3

Target milestone|---   |OOo 3.x





--- Additional comments from a...@openoffice.org Wed Nov 17 09:36:35 + 
2010 ---
STARTED, P4 - P3, OOo 3.x


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 112880] CLng omit thousand separa tors

2010-07-06 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112880


User kr changed the following:

What|Old value |New value

 Assigned to|kr|ab





--- Additional comments from k...@openoffice.org Tue Jul  6 11:11:09 + 
2010 ---
Andreas, please have a look.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 112880] CLng omit thousand separa tors

2010-07-02 Thread ristoi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112880
 Issue #|112880
 Summary|CLng omit thousand separators
   Component|scripting
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|code
 Assigned to|kr
 Reported by|ristoi





--- Additional comments from ris...@openoffice.org Fri Jul  2 10:07:31 
+ 2010 ---
I tested with Basic macro (see below) how CLng handle thousand separator. I
would say that it handle badly put same way for many locales and operating 
systems.

Because result is incorrect I think this is defect not enhancement.  Standard
format string is cut to numbers before non numeric character no mater if that
character is letter, decimal separator (here no mistake I think), or thousand
separator (bad mistake).


Possible related problems:
Issue 70236
Issue 78144
Issue 21413
Issue 112874

Regards
Risto

PS. Here is the test macro:



REM  *  BASIC  *

Sub Main
REM testataan erottimia
DIM vLuku as Variant

vLuku = Format(12345,Standard)

Print CLng(vLuku)   '12

End Sub

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org