To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57839
                  Issue #:|57839
                  Summary:|Value of the function is out of scope.
                Component:|Spreadsheet
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|programming
              Assigned to:|spreadsheet
              Reported by:|eccenux





------- Additional comments from [EMAIL PROTECTED] Sun Nov 13 10:34:08 -0800 
2005 -------
Simple - when I create the function:
Function a () as double
   a = 10 'in the "watched variables" I see -> a = <Out of Scope>
end function

It really annoys me because I would have to create some other variable for
debugging - like this:
Function a () as double
   Dim res as double
   res = 10
   a = res
end function

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