Re: Strings in file




"Tom" <you1@xxxxxxx> wrote in message
news:fJTYe.146875$dP1.503914@xxxxxxxxxxxxxxxxxx

> it looks like this, the word number was just a way to explain that it is 3
> fields in the file.
> > > 04: 154-1-0Ber Er F 050829-31/2140 1 15,522
> > > 05: 124-1-1Ber Er F 050912-31/2160 2 15,135
>
> > > 04: 101-2-0Kih Ör S 050817-71/2140 1 15,120
> > > 05: 106-0-0Unt Jo S 050907-49/2140 1 15,4a21
>
> > > 04: 121-3-1Sva Åk J 050903-52/2140 1 16,281
> > > 05: 143-1-1Sva Os Å 050915-71/2140 7 16,199

I take it that the file contents are

// begin file on next line
04: 154-1-0Ber Er F 050829-31/2140 1 15,522
05: 124-1-1Ber Er F 050912-31/2160 2 15,135

04: 101-2-0Kih Ör S 050817-71/2140 1 15,120
05: 106-0-0Unt Jo S 050907-49/2140 1 15,4a21

04: 121-3-1Sva Åk J 050903-52/2140 1 16,281
05: 143-1-1Sva Os Å 050915-71/2140 7 16,199
// last line of file above

IOW there is an empty line separating each pair of lines. Now, how exactly
are they to be sorted?


.



Relevant Pages

  • Re: defining table cells using empty lines
    ... This is actually quite easy provided your blank line is an empty paragraph. ... separating at paragraph marks and specifying the desired ... splits each separate line into a cell. ...
    (microsoft.public.word.newusers)
  • RE: Adding info to query
    ... I'll try and give you an example to what I mean, it could be that the prev ... also, what if the first record is empty, there will be no previous record. ... Function LookForLastDate(IdFieldName As Double, DateFieldName As Variant) ... >>> Mike J ...
    (microsoft.public.access.queries)
  • RE: Adding info to query
    ... it sort of makes sense now. ... > compile error. ... >>> also, what if the first record is empty, there will be no previous record. ... Prev by Date: ...
    (microsoft.public.access.queries)
  • RE: Adding info to query
    ... >> I'll try and give you an example to what I mean, it could be that the prev ... >> also, what if the first record is empty, there will be no previous record. ... >> DateFieldName),Date) As DifferentInDays From TableName ... >> LookForLastDate = DateFieldName ...
    (microsoft.public.access.queries)
  • delete rows from datagrid
    ... My problem is that whatever rows I delete, dgDeleted is always empty ... What should I do to store the deleted rows in a dataset so i can ... Thx ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)