Your message dated Tue, 23 Feb 2016 17:06:37 +0100 (CET)
with message-id 
<222878307.102214718.1456243597010.javamail.r...@zimbra51-e8.priv.proxad.net>
and subject line Close 770378
has caused the Debian Bug report #770378,
regarding Declaration variable problem
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
770378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770378
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libreoffice
version: 1:4.3.3-1

Libreoffice
Version: 4.3.3.2
Build ID: 430m0(Build:2)

Hello,

I use libreoffice base, i was testing some macros, and i see an important 
problem.
It's a declaration variable problem.

Sub Test01

        dim ID as integer   'or as long
        msgbox(ID)

End Sub

====> The Box open "0"

Sub Test02

        dim ID1, ID2 as integer   'or as long
        msgbox(ID1)
        msgbox(ID2)

End Sub

====> The first Box open ""
====> The second box open "0"

Thank you.

--- End Message ---
--- Begin Message ---
tags 770378 + wontfix
tags 770378 + upstream
stop
-----

Hello,

An answer was already given to the reporter and he agrees.
This is not a bug but a syntactic subtlety.

Regards,

-- 
Stéphane Aulery

--- End Message ---

Reply via email to