10-13-2012 10:28 PM
How can i do get string sections in a txt file.
For example:
Get line 3 > 6
or get line 2 .
10-15-2012 02:48 AM
Hi @Luis_Pena_Nunez
Try using the LineReader API to read your file, one line at the time, and add them to a vector.:
http://www.blackberry.com/developers/docs/5.0.0api
Then, just query the vector...
Hope that helps,
E.