-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Import Text File content in an Array
Home > Community > Automation and VBA > Import Text File content in an Array
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 10 Jahren, 9 Monaten von HerveM1234 aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
Februar 13, 2014 um 10:58 am Uhr #12846HerveM1234Teilnehmer
Hi,
Is there an easy way to import the content of a text file in an array variable.
The text file contains strings separated by “CR”.Thanks
RV
Februar 13, 2014 um 10:58 am Uhr #8506HerveM1234TeilnehmerHi,
Is there an easy way to import the content of a text file in an array variable.
The text file contains strings separated by “CR”.Thanks
RV
Februar 14, 2014 um 9:29 am Uhr #9342Bernhard KantzTeilnehmerReading text file via VBA is no FlexPro Automation specific topic. But you can read such a file using a FPScript formula like
ReadTextFile("D:\\tmp\\example.txt", 0n, 0n, 1n, 1n, FALSE, TYPE_STRING, TRUE, "\n", FALSE)
This expression generates a dataset of strings, each entry representing a line in the text read.
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.