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
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
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
> >
> >
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
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
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