Page 1 of 1

Import as rect[strings]

Posted: Wed Oct 09, 2019 2:23 pm
by Calle
Hi,
I want to import a file as an array of strings. The file is a text file and looks like this
2019:09:16 0.89971126
2019:09:17 1.35526464
2019:09:19 1.61615185
2019:09:22 3.49013209
2019:09:23 0.73792783

I’ve tried this code

dec rect[strings] test(5,2)
open data "file.txt"
read(unit=data) test
close data

Thanks,
Carl