Edits Help (again)

Kroboth, Joe joe_kroboth at chernay.com
Thu Oct 1 10:56:11 PDT 2009


 
> > Hello,
> >
> > I'm trying to make an edit that accepts a number of any
> > length WITH or WITHOUT a single letter on the end. Then
> > Deletes the letter if present.
> >
> > Example
> >
> > Start:
> > 155456
> > 155456A
> > 155456Z
> >
> > End:
> > 155456
> >
> > I've Come up with:
> > {N} [{!"A"!}]
> >
> > But this is only good for the letter A is there a way to
> > specify all A-Z.  I've tried  !"A"-"Z"! but I
> > can't seem to get that to work.
> >
> > Thanks for your time.
> >
> >
> 
> I think you have the right idea.  You just need to repeat 25 more times
> - once for each letter you want to delete.  You should probably create
> another edit such as the following - unfortunately I can't test this
> right now - but at least you should be able to get the idea:
> 
> DELCH:^~ [ !A! | !B! | ...(etc.)
> 
> [Your edit]: {N} DELCH
> 
> Good Luck.
> 
> Jeff Harrison
> jeffaharrison at yahoo.com
> 


Thanks, It works!

JK 


More information about the Filepro-list mailing list