Reading a portion of a file

2007-03-08 Thread cmfvulcanius
I am using a script with a single file containing all data in multiple sections. Each section begins with "#VS:CMD:command:START" and ends with "#VS:CMD:command:STOP". There is a blank line in between each section. I'm looking for the best way to grab one section at a time. Will I have to read the

Re: Reading a portion of a file

2007-03-08 Thread cmfvulcanius
On Mar 8, 12:50 pm, "Jordan" <[EMAIL PROTECTED]> wrote: > On Mar 8, 12:46 pm, "Jordan" <[EMAIL PROTECTED]> wrote: > > > > > On Mar 8, 11:52 am, "Rune Strand" <[EMAIL PROTECTED]> wrote: > > > > On Mar 8, 5:12 pm, [EMAIL PROTECTED] wrote: > > > > > I am using a script with a single file containing al