To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57415
                  Issue #:|57415
                  Summary:|In Basic, the ASC has been removed
                Component:|framework
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|scripting
              Assigned to:|npower
              Reported by:|pitonyak





------- Additional comments from [EMAIL PROTECTED] Sat Nov  5 18:05:40 -0800 
2005 -------
The ASC function no longer exists in Basic. For example:

Sub Main()
  Print ASC("0")
End Sub

Fails. I checked the source code and it does not exist in
basic/source/comp/token.cxx
basic/source/inc/token.hxx

The function still exists in the source code, however...
basic/source/runtime/methods.cxx:RTLFUNC(Asc)
basic/source/runtime/rtlproto.hxx:extern RTLFUNC(Asc);

I hope that this was not intentional, this breaks a lot of code!

---------------------------------------------------------------------
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