19.10.2018, 08:30
Hi,
I have a near by weather station that publish it's data as a txt table. http://grhost.info/kastelokampos/downld02.txt
I would like to get the only the last line of the table in order to use it in my project.
Currently i am using sting.sub (total length - 205 which is the line length) to get the last line and then again string.sub to get each value.
I am sure there must be a more delicate/robust solution but i am stuck so any help would be appreciated.
Thank you in advance
George
I have a near by weather station that publish it's data as a txt table. http://grhost.info/kastelokampos/downld02.txt
I would like to get the only the last line of the table in order to use it in my project.
Currently i am using sting.sub (total length - 205 which is the line length) to get the last line and then again string.sub to get each value.
I am sure there must be a more delicate/robust solution but i am stuck so any help would be appreciated.
Thank you in advance
George