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

            Bug ID: 132325
           Summary: Basic: Any keyword is not documented
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: alain.romede...@libreoffice.org

Description:
Any is an alias for Variant primitive data type, Any is not documented

Example code:

Dim a As Any
Sub Main
  a = 1.25E-15
  Print a
End Sub

Steps to Reproduce:
n/a

Actual Results:
see Basic code example

Expected Results:
n/a


Reproducible: Always


User Profile Reset: No



Additional Info:
Any is a convenient shortcut worth documenting

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to