Results 1 to 8 of 8
- 03-27-2011, 01:34 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 46
- Rep Power
- 0
- 03-27-2011, 01:40 PM #2
Member
- Join Date
- Mar 2011
- Posts
- 7
- Rep Power
- 0
try to use count++ and count=rowstart just start read!
while (startrow) { break } - or if row(count)=startrow { break}
start read
- 03-27-2011, 01:45 PM #3
Member
- Join Date
- Aug 2008
- Posts
- 46
- Rep Power
- 0
Sorry, I didn't get it at all. Is there a way to cut an array and get only the first N elements without using a for loop '
-
You can use System.arraycopy to copy only a portion of an array, but what does this and for loops have to do with your original question?
- 03-27-2011, 01:48 PM #5
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Just loop through the file, Have a count variable. If count == n then start actually reading the strings. In the loop have a condition where if count is greater than n you do something with the read string.
- 03-27-2011, 02:35 PM #6
Member
- Join Date
- Aug 2008
- Posts
- 46
- Rep Power
- 0
OK, sorry I mixed another question :)
-
you already asked about this in your other post! read the answersIs there a way to cut an array and get only the first N elements without using a for loop
keep the first N elements of an array only
- 03-27-2011, 02:43 PM #8
Member
- Join Date
- Aug 2008
- Posts
- 46
- Rep Power
- 0
Similar Threads
-
Read a file and converting this file into a string
By kostinio in forum New To JavaReplies: 7Last Post: 12-26-2009, 03:54 PM -
Read file from directory, update contents of the each file
By svpriyan in forum New To JavaReplies: 2Last Post: 05-11-2009, 10:07 AM -
how to read openproj(Projity) file i.e. ,POD file(Project Management file)
By mahendra.athneria in forum New To JavaReplies: 0Last Post: 02-11-2009, 09:53 AM -
How to read and write to a file without taking out the comments in the file
By MAGNUM in forum New To JavaReplies: 5Last Post: 02-05-2009, 10:28 AM -
How to read a text file from a Java Archive File
By Java Tip in forum Java TipReplies: 0Last Post: 02-08-2008, 09:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks