To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47215


User ab changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr 13 06:28:43 -0700 
2006 -------
ab->mjneedles: I had another look and now think this task is invalid.

I used a SRC680 m162 to test. To start with your second example: I neither had 
any problem with nor without option explicit (besides the problems covered by
your other tasks of course).

Now to your first example: I think, it's simply wrong. You can't access object
members inside a with block without a . in front of the name. Without option
explicit this sample only works respectively _seems_ to work because all used
variables are simply created on the fly when used the first time. But then they
are completely different variables and not the Type members that should be
accessed. Add "print myStruct.nNumber1" after "print nNumber1" and you
will see that myStruct.nNumber1 hasn't been changed at all.

With option explicit the code doesn't work at all as the variables cannot be
created implicitely. Your code does not work with VB and VBA either.

-> INVALID


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