[Libreoffice-bugs] [Bug 130920] New: Running Basic code; error when viewing field value
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 25 09:09:04 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130920
Bug ID: 130920
Summary: Running Basic code; error when viewing field value
Product: LibreOffice
Version: 6.4.0.3 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: PhilipRussell31 at hotmail.com
When running & stepping through Basic code in the editor you can hover the
cursor over (some types) field and it shows the fields value, without the need
to enter the field's name in the Watch. However it appears to have a problem if
there is an underscore in the field name. For example I have 2 fields, nCol &
nCol_A and when I hover over nCol_A it shows and gives the value of nCol. nCol
is global and nCol_A is local. The problem is solved by renaming nCol_A as
nColA.
Simple to reproduce:
Dim nCol as Integer
Dim nCol_A as Integer
nCol = 5
nCol_A = 10
Hover over nCol_A and it says nCol = 5
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200225/a8f68779/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list