Re: Question on sorting

2004-12-01 Thread Lad
Peter Otten <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Lad wrote: > > > wes weston <[EMAIL PROTECTED]> wrote in message > > news:<[EMAIL PROTECTED]>... > >> Lad wrote: > >> > Hi, > >> > I have a file of records of 4 fields each. > >> > Each field is separated by a semicolon

Re: Question on sorting

2004-12-01 Thread Peter Otten
Lad wrote: > wes weston <[EMAIL PROTECTED]> wrote in message > news:<[EMAIL PROTECTED]>... >> Lad wrote: >> > Hi, >> > I have a file of records of 4 fields each. >> > Each field is separated by a semicolon. That is >> > >> > Filed1;Ffield2;Field3;Field4 >> > >> > But there may be also empty reco

Re: Question on sorting

2004-12-01 Thread Lad
wes weston <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Lad wrote: > > Hi, > > I have a file of records of 4 fields each. > > Each field is separated by a semicolon. That is > > > > Filed1;Ffield2;Field3;Field4 > > > > But there may be also empty records such as > > > >

Re: Question on sorting

2004-11-30 Thread Eddie Corns
wes weston <[EMAIL PROTECTED]> writes: >Lad wrote: >> Hi, >> I have a file of records of 4 fields each. >> Each field is separated by a semicolon. That is >> >> Filed1;Ffield2;Field3;Field4 >> >> But there may be also empty records such as >> >> (only semicolons). >> >> For sorting I used

Re: Question on sorting

2004-11-29 Thread wes weston
Lad wrote: Hi, I have a file of records of 4 fields each. Each field is separated by a semicolon. That is Filed1;Ffield2;Field3;Field4 But there may be also empty records such as (only semicolons). For sorting I used # lines = file('Config.txt').readlines()# a file I want to so

Question on sorting

2004-11-29 Thread Lad
Hi, I have a file of records of 4 fields each. Each field is separated by a semicolon. That is Filed1;Ffield2;Field3;Field4 But there may be also empty records such as (only semicolons). For sorting I used # lines = file('Config.txt').readlines()# a file I want to sort lines