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


User sgauti changed the following:

                What    |Old value                 |New value
================================================================================
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |STARTED
--------------------------------------------------------------------------------




------- Additional comments from sga...@openoffice.org Mon Jan 11 13:36:13 
+0000 2010 -------
Retrieve the content of the issue to complete the report :
    Sub ExampleOnGosub_modif
    Dim iVar As Integer
    Dim sVar As String
    iVar = 2
    sVar =""
    On iVar GoSub Sub1, Sub2
    On iVar GoTo Line1, Line2
    Exit Sub
    Sub1:
    sVar =sVar & " De Sub 1 à" : return
    Sub2:
    sVar =sVar & " De Sub 2 à" : return
    Line1:
    sVar =sVar & " Étiquette 1" : GoTo Fin
    Line2:
    sVar =sVar & "Étiquette 2"
    Fin:
    MsgBox sVar,0,"On...Gosub"
    End Sub
Sophie

---------------------------------------------------------------------
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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to