Issue 94483 - [FR] Instruction On...GoSub
Summary: [FR] Instruction On...GoSub
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: helpcontent (show other issues)
Version: OOo 2.4.1
Hardware: All Windows XP
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: sgautier.ooo
QA Contact:
URL: http://user.services.openoffice.org/f...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 16:02 UTC by oooforum (fr)
Modified: 2018-09-26 07:24 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oooforum (fr) 2008-09-30 16:02:41 UTC
Bonjour,

The code don't work. See url for correct translation.
Comment 1 Mechtilde 2010-01-08 21:02:26 UTC
Can you please have a look?
Comment 2 sgautier.ooo 2010-01-11 13:33:13 UTC
Thanks Mechtilde, I'm taking over. Reassigned issue to me, set to started. Sophie
Comment 3 sgautier.ooo 2010-01-11 13:36:13 UTC
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
Comment 4 sgautier.ooo 2010-01-31 17:19:32 UTC
set target - Sophie
Comment 5 thorsten.ziehm 2010-11-09 08:53:02 UTC
OOo 3.3 is nearly final. I change the target of this issue to OOo 3.x. Please
find a solution and set a correct target, if you know when a fix can be integrated.