[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [de-users] Filr lesen im Makro unter Windows
[Thread Prev] | [Thread Next]
- Subject: Re: [de-users] Filr lesen im Makro unter Windows
- From: Günter Fritze <g.fritze@online.de>
- Date: Sun, 13 May 2012 21:53:00 +0200
- To: users@de.libreoffice.org
Am 13.05.2012 16:33, schrieb - oo@supernover.de:
Am 13.05.2012 15:05, schrieb Günter Fritze:Das ist ja alles schön und gut. Die ganzen Varianten laufen bei mir unter Ubuntu, aber nicht unter Windows.
Sub Main
Filename = "C:\ZR1912"
aFile = Filename
Open aFile For Input As 1
Close aFile
End Sub
Sub Main
dim iin as Integer
# Freier Filedeskriptor (den sollte man nicht selber vergeben)
iin = Freefile
Filename = "C:\ZR1912"
aFile = Filename
# Oder gleich aFile = "C:\ZR1912"...
Open aFile For Input As iin
Close #iin
End Sub
hth, jo
Was ist unter Windows anders?
MfG
Günter
--
Informationen zum Abmelden: E-Mail an users+help@de.libreoffice.org
Probleme? http://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/users/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert
| Re: [de-users] Filr lesen im Makro unter Windows | Günter Fritze <g.fritze@online.de> |
| [de-users] Filr lesen im Makro unter Windows | Günter Fritze <g.fritze@online.de> |
| Re: [de-users] Filr lesen im Makro unter Windows | " - oo@supernover.de" <oo@supernover.de> |
| Re: [de-users] Filr lesen im Makro unter Windows | Günter Fritze <g.fritze@online.de> |
| Re: [de-users] Filr lesen im Makro unter Windows | " - oo@supernover.de" <oo@supernover.de> |
- Prev by Date: Re: [de-users] Re: immer noch/wieder: keine Rechtschreibung
- Next by Date: Re: [de-users] Filr lesen im Makro unter Windows
- Previous by thread: Re: [de-users] Filr lesen im Makro unter Windows
- Next by thread: Re: [de-users] Filr lesen im Makro unter Windows
- Index(es):
Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.