I open the file in a program, then use an internal select and loop readnext

Eg 
Open 'file' to handle else...
Select handle
Loop
   readnext key else exit
   if index(key,@fm,1) then delete handle,key
Repeat

This simply moves a pointer thru the file and doesn't attempt a value
judgement of the data read
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton
Sent: 07 April 2008 09:16 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Keys with @AM in them...

How do I fix this?

My program wrote items with @AM in the key. (oops)

Now, I can 'select' the items, but I cannot get rid of them - they show as
non-existent.

Is there a way to remove/clean up these records, or will I have to clear the
file and copy the good records back in?
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/



--
No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.519 / Virus Database: 269.22.8/1362 - Release Date: 2008/04/06
11:12 AM
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to