473,408 Members | 1,826 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Deleting Blocks of Text From a File

is there a way to delete a block of text

i have started by looking for the speicific line of text that starts the
block by looking for teh index of it...but i cannot figure out out to remove
that text from the file..can anyone help me?
Jul 21 '05 #1
3 1386

"Thaynann" <Th******@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
is there a way to delete a block of text

i have started by looking for the speicific line of text that starts the
block by looking for teh index of it...but i cannot figure out out to
remove
that text from the file..can anyone help me?


Copy the file, skipping the part you want to delete.

Or if you are going to delete a lot of stuff, keep track of all the
deletions in a sorted list and do them in a single copying operation.
Jul 21 '05 #2
thanx

i thaought about doing that, just reading the entire file to a string,
removing the block i dont need and then writing that block to a new file
(with the same name) and deleting the other file...but that seems to more
resources then needed..and im running this app on a Pocket PC, so my
resources are liminted as is.
"Michael A. Covington" wrote:

"Thaynann" <Th******@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
is there a way to delete a block of text

i have started by looking for the speicific line of text that starts the
block by looking for teh index of it...but i cannot figure out out to
remove
that text from the file..can anyone help me?


Copy the file, skipping the part you want to delete.

Or if you are going to delete a lot of stuff, keep track of all the
deletions in a sorted list and do them in a single copying operation.

Jul 21 '05 #3

"Thaynann" <Th******@discussions.microsoft.com> wrote in message
news:EB**********************************@microsof t.com...
thanx

i thaought about doing that, just reading the entire file to a string,
removing the block i dont need and then writing that block to a new file
(with the same name) and deleting the other file...but that seems to more
resources then needed..and im running this app on a Pocket PC, so my
resources are liminted as is.


Of course, you do not have to read the whole file into a string before
outputting any of it. That would require a lot of memory. Read individual
characters or small blocks of characters and write them out.
Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: GMK | last post by:
Dear all in my asp.net application i have a text file that is installed with my application on the server. this text file is filled with data through a web interface in my application. i need to...
2
by: angus | last post by:
hello everybody, i'm having some problems searching a text file and then deleting the line. since i used fileopen(), i can use the eof() function to loop through the file, searching for the...
14
by: J.S. | last post by:
In a Windows Form application, which is the better method to concatenate large blocks of code? 1. Reading the text from text files. 2. Adding the text to the VB file itself? Thanks! J.S. ...
3
by: Thaynann | last post by:
is there a way to delete a block of text i have started by looking for the speicific line of text that starts the block by looking for teh index of it...but i cannot figure out out to remove...
2
by: SiouxieQ | last post by:
Hi there, I'm using the code below to try to delete a name from a list of names in a file. Unfortunately it doesn't quite do what I want it to. Instead of looking for the name in the...
13
by: programming | last post by:
how do i delete from a text file 1 of the following lines: jon|scott adam|smith <--delete paul|clark say i would like to delete the middle line of this txt, in member.txt what php code or...
2
by: flyzone | last post by:
Goodmorning people :) I have just started to learn this language and i have a logical problem. I need to write a program to parse various file of text. Here two sample: --------------- trial...
4
by: MiziaQ | last post by:
Hey, I'm using the following code to write entries to a data file and then read them in an msflexgrid. I now would like to add code under a delete button to use the table(grid) to delete rows from...
3
by: Andy B | last post by:
I need to search an xml element for blocks of text. The start of the text block will have a 5 digit number in it and i then need to read until the next 5 digit number. After this, I need to put...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.