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

            Bug ID: 96446
           Summary: Error in Help for LibreLogo
           Product: LibreOffice
           Version: 5.0.3.2 release
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Help for LibreLogo (locale) Functions -> RANGE says:
   PRINT RANGE 10 ; print [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
   PRINT RANGE 3 10 ; print [3, 4, 5, 6, 7, 8, 9]
   PRINT RANGE 3 10 3 ; print [3, 6, 9]

In my version writing PRINT RANGE 10 outputs "range(0, 10", "range(3, 10" and
"range(3, 10, 3" respectively.
To get the result as described in Help, I have to write PRINT LIST RANGE 10
etc.

Not tried in other versions of LibreOffice.
OS: Windows 7 and 8

Kolbjørn

-- 
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