To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60795
                  Issue #:|60795
                  Summary:|starbasic function cDate() so slow as to be unuseable
                Component:|Spreadsheet
                  Version:|OOo 2.0.1
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P5
             Subcomponent:|code
              Assigned to:|spreadsheet
              Reported by:|joegyorkos





------- Additional comments from [EMAIL PROTECTED] Wed Jan 18 19:34:36 -0800 
2006 -------
cDate() takes inordinate amounts of time, and generates 100% cpu usage in
typical calls, eg.
dim v,v3,i, v2

v3      = GetSystemTicks
for     i = 1 to 200
        v = cDate("01/12/05")
        next
msgbox "slo " & (GetSystemTicks - v3)  ' slo  2900 ticks -- 3 seconds!!
v3      = GetSystemTicks
for     i = 1 to 200
        v = cdate(38687) 'fast -- this is expected speed
        next
msgbox "fast " & (GetSystemTicks - v3) '  15 ticks,  200x faster!!!!

Please, can this be fixed soon -- I desperately need it for processing date
columns for database access.  Thanks!

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to