https://bugs.freedesktop.org/show_bug.cgi?id=46701

             Bug #: 46701
           Summary: OPEN without FOR is a syntax error
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.2 release
          Platform: x86-64 (AMD64)
               URL: http://cgit.freedesktop.org/libreoffice/help/tree/help
                    content2/source/text/sbasic/shared/03020103.xhp
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: BASIC
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The following instruction is reported as a syntax error:

   OPEN "file.txt" AS 1

Workaround:

   OPEN "file.txt" FOR INPUT AS 1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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