To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69840
                 Issue #|69840
                 Summary|parameter are no longer passed byRef to sub routines
               Component|framework
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|ab
             Reported by|tbo





------- Additional comments from [EMAIL PROTECTED] Mon Sep 25 07:17:25 -0700 
2006 -------
take example:

Sub Main
i=0
inc (i)
print i
inc i
print i
End Sub

function inc(byref ref as integer)
ref=ref+1
end function

1. the help says the default passing would be byRef
2. even forcing this doesn't work
You always get a print: 0

I compared it with a TestTool that is based on src680m50 there it works ok;
(It uses the same basic as OOo does.)

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