I would like to sort an ASCII file in extended memory, some 100-150 records. I was wondering if anyone ever wrote/came across a routine to do this.
My records are all 24 bytes long and I need to sort the entire length.
I can transfer them to a PC and sort them there and bring them back, but I was looking for a completely 41 based solution.
If anyone could point one out for me I'd appreciate it. I suppose I could write one, but it seemed like something someone would have done before. Thanks.