[Tutor] running a compiled module from another module

2005-05-05 Thread the New me
I need to compile what it amounts to a subroutine in the old way of looking at it. it's a module that accepts input from another module. need to run: mod-A that initializes input and output files. mod-B that acts on data from input gives output Matr mod-C module that gets (Matr) as input and ge

[Tutor] Sorting on different fields

2008-12-06 Thread the New me
I would like to be able to sort a list of rows, each row has (say 4) fields to sort on, primary key to sort on first, then the second one and so on, any suggestions and where to look (may be), Thanks a bunch Peter ___ Tutor maillist - Tu

Re: [Tutor] Sorting on different fields

2008-12-06 Thread the New me
hon.org > Date: Saturday, December 6, 2008, 1:31 PM > On Sat, Dec 6, 2008 at 1:01 PM, the New me > <[EMAIL PROTECTED]> wrote: > > > > > > I would like to be able to sort a list of rows, > > each row has (say 4) fields to sort on, > > > > primary key to

Re: [Tutor] Tutor Digest, Vol 58, Issue 22

2008-12-07 Thread the New me
quot;] > and I want the program to > > tackle compressing two at a time ... but not more than > two at a time (or > > four, or eight, or whatever) because that's not > going to help me at all > > (I have dual cores right now) ... I am having trouble > thin