Hello,
Sorry for asking a myriad questions lately, and many many thanks to the people who have helped me so far.
I have a text file like this:
;930;47;15;203;6738;15
;1030;63;20;271;10500;20
;1100;40;24;327;10172;24
;1200;28;16;217;9461;16
;1400;18;14;191;9136;14
;1530;32;21;292;10670;21
;1600;33;23;316;11325;23
;1730;71;26;355;17304;26
;1830;22;16;214;7889;16
;1900;14;10;133;7455;10
;2100;4;3;41;4535;3
;2130;0;0;0;0;0
;2230;0;0;0;0;0
;0;0;0;0;0;0
;730;0;0;0;0;0
;830;0;0;0;0;0
The first 'column' after the first semi-colon is a time stamp. Is there a way (i am sure there is) to have this sorted by this 'column' ?
Sorry for asking a myriad questions lately, and many many thanks to the people who have helped me so far.
I have a text file like this:
;930;47;15;203;6738;15
;1030;63;20;271;10500;20
;1100;40;24;327;10172;24
;1200;28;16;217;9461;16
;1400;18;14;191;9136;14
;1530;32;21;292;10670;21
;1600;33;23;316;11325;23
;1730;71;26;355;17304;26
;1830;22;16;214;7889;16
;1900;14;10;133;7455;10
;2100;4;3;41;4535;3
;2130;0;0;0;0;0
;2230;0;0;0;0;0
;0;0;0;0;0;0
;730;0;0;0;0;0
;830;0;0;0;0;0
The first 'column' after the first semi-colon is a time stamp. Is there a way (i am sure there is) to have this sorted by this 'column' ?