https://bugs.documentfoundation.org/show_bug.cgi?id=65758

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.5.7.2 release             |Inherited From OOo

--- Comment #6 from [email protected] ---
(In reply to Beluga from comment #5)
> (In reply to gaelle.faurepinel from comment #0)
> > When the "error" function is in a "if" statement, it is never triggered.
> > In this case, it doesn't :
> > Sub Main
> > Dim isErreur as Boolean
> > isErreur = 1
> > if isErreur then
> >     MsgBox "Essai lancement erreur."
> >     error(9)
> >     MsgBox "Lancement loupé."
> > end if
> > End Sub
> 
> I do get both msgboxes in this case. Does this mean the bug went away?
> 
> Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
> Build ID: 8c3cf9dd48e40604867d3a28bddaccd65142df17
> TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-27_15:15:18
> Locale: fi_FI

No, if the bug went away, the "error" function would be launched and the script
should stop after the first MsgBox with an error message.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to