Guest_imported
New member
- Jan 1, 1970
- 0
I am new to VB!
I would like to read a text file of any size and break up that into Pages, ie page 1,2,3 depending on the # of lines in the file.(66 lines per page).
Then when I have all the pages separated, I want the ability to append these pages again to the file again. However, I woud like to number all the pages.
For example, if the original file has 8 pages in total, i want the ability to add the same 8 pages to my file any number of times. I know this makes no sense, I want to create large files to test the ability of a program to accept large files, ie thousand or millions of pages.
dhalleran@yahoo.com
thanks
I would like to read a text file of any size and break up that into Pages, ie page 1,2,3 depending on the # of lines in the file.(66 lines per page).
Then when I have all the pages separated, I want the ability to append these pages again to the file again. However, I woud like to number all the pages.
For example, if the original file has 8 pages in total, i want the ability to add the same 8 pages to my file any number of times. I know this makes no sense, I want to create large files to test the ability of a program to accept large files, ie thousand or millions of pages.
dhalleran@yahoo.com
thanks