iOS Question Read from Text File as String

RichardHirst

Member
Licensed User
Longtime User
Hi.

Looking to read a line of text as string from a Text / CSV file... does anyone have any hints or examples please...

Thanks

Richard
 

RichardHirst

Member
Licensed User
Longtime User
The file I have could have many lines so ReadList would have to be very large, so looking to read them one at a time using a timer.

In B4A I could use the TextReader

Dim GPSReader As TextReader

Then read each line one by one..

NMEA.gps_string = GPSReader.Readline

Not sure how ReadString can read each line..???

Is there a ReadLine in B4i

Thanks

Richard
 
Upvote 0
Top