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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to