Re: how to know the offset of title in text file by terrcy
terrcy
Mon Apr 26 04:37:30 CDT 2004
To David,
yes,I have a specific layout for the file.
example,I know each title.
"David" <FlyLikeAnEagle@United.Com> wrote in message
news:rOdGr40LMPU3-pn2-hfCJFgf3DR6K@localhost...
> On Mon, 26 Apr 2004 09:00:54 UTC, "terrcy" <terrcy@cn-finet.com> wrote:
>
> > Dear All:
> >
> > here ,I have a text file. In my text file,have some paragraph and each
> > paragraph has a Title.
> >
> > Question:
> > How Can I know what each paragraph's offset and is in the text file and
> > length is .
> >
> > It is appreciated for someone answer!
>
> Unless you have a specific layout for the file, you will have to read
> the file and determine this information for yourself. You'll need a
> simple parser to determine where a title is and where the paragraphs
> are.
>
> David