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

            Bug ID: 112391
           Summary: Wrong code for inStrRev in example of LO-Help (German
                    only?)
           Product: LibreOffice
           Version: 5.4.1.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Open Help for LO Basic.
Search for function InStrRev.
Code-example of German help:
...
iPos = Instr(sInput,"eine",13,1)
Print iPos 
iPos = Instr(sInput,"eine",13,0)
Print iPos
...

Function is wrong, must be InStrRev instead of InStr.

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