in reply to Re: Re: Re: Sort function issue
in thread Sort function issue
Yes that should work. Strict was the issue. In general I dont want a direct reference to the data structure being sorted, since i want to put the sort function in a required library, which has always been somewhat of an issue for me.
I very much like this solution - thanks much