4 Jul
2016
4 Jul
'16
5:03 a.m.
Hello. I know that I can read file line by line with readLine() method. But can I read specific line with some method or I need to use loops or recursion over file? Thanks!
4 Jul
4 Jul
5:37 a.m.
You need to to thru the data by yourself (as it is a stream of serial data) Regards, Basti
Am 04.07.2016 um 11:03 schrieb dude
: Hello.
I know that I can read file line by line with readLine() method.
But can I read specific line with some method or I need to use loops or recursion over file?
Thanks! _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
3055
Age (days ago)
3055
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bastian Schumacher
-
dude