>>>>> "rif" == rif <[EMAIL PROTECTED]> writes:
rif> How can get the output from time "programmatically", in a way I can
rif> manipulate? I can see that time is sending its output to
rif> *trace-output*, but I'm not sure how I can capture this, or send it to
rif> a different stream, or what.
Martin has given a way to have the output go somewhere else. Is that
what you want or do you want the info in a different way? TIME
basically calls %TIME to compute the stuff, and it should be simple to
have %TIME return the values in addition to printing them out.
Ray