Seite 1 von 1

Read Ascii File

Verfasst: Dienstag 27. Januar 2015, 14:40
von emilio
Hello
In my application, I want to read an ascii file, I'm arriving to that, but i'dont understand how I can read a special line of this file and also if it's possible to do some calculations with this ascii file and to display this calculations ?

Re: Read Ascii File

Verfasst: Donnerstag 29. Januar 2015, 01:29
von IKT
emilio hat geschrieben:Hello
In my application, I want to read an ascii file, I'm arriving to that, but i'dont understand how I can read a special line of this file and also if it's possible to do some calculations with this ascii file and to display this calculations ?
Since I don't fully understand your question, it is hard to answer:
with the "read line from file" component you can read any line from a text-file.
Index 0 = line 1
You might also want to check out the read CSV component.
Thereafter you can do whatever you like with the read information (like from any other source).

Re: Read Ascii File

Verfasst: Donnerstag 29. Januar 2015, 09:10
von abacom
...see...
viewtopic.php?f=43&t=3642&hilit=sollwerte

...the solution is included in...
download/file.php?id=2038