Supplement ... This minimal example throws the described error at me:
---8<--- Dim oSheet As Object Dim iNumber As Integer outFile = "C:\test.xml" iNumber = Freefile Open outFile For Output As #iNumber write #iNumber, oSheet.getCellByPosition(0,0).String --->8--- Regards Frederik On 26 June 2013 11:12, Frederik Schwarzer <[email protected]> wrote: > Hi, > > I am trying to write something to a file when I press a button (first-time > LO Basic usere here :)). > > There I had problems when using Open. A message box appears telling me > that there was a runtime error: Geräte-E/A-Fehler (German for something > like "Device I/O Error"). > > Strange thing is that I also get this error when just copying the example > from LO Help. > > Any idea where to look for the cause of the problem? > > Version is 4.0.4.2. > > Thanks and regards > Frederik > -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
