https://bz.apache.org/ooo/show_bug.cgi?id=117960
--- Comment #4 from [email protected] --- All of these need to work: Line = 123 MsgBox Line iFic = FreeFile() Open "/tmp/result.txt" For Input As #iFic If Not(EoF(iFic)) Then Line Input #iFic, sRes Line Input #iFic, sRes Close #iFic -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
