Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
Luis_Pena_Nunez
Posts: 18
Registered: ‎08-23-2012
My Carrier: -

How can i get string sections in text file

How can i do get string sections in a txt file.

For example: 

Get line 3 > 6

or get line 2 .

Please use plain text.
Developer
maadani
Posts: 729
Registered: ‎05-04-2011

Re: How can i get string sections in text file

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/net/rim/device/api/io/LineReader.html

 

Then, just query the vector... 

 

Hope that helps,

 

E.

Please use plain text.