"Bald Eagle" <cre### [at] netscape net> wrote:
> "Chris R" <car### [at] comcast net> wrote:
> > I am working on some macros to generate .inc files based on some long-running
> > calculations to avoid having to do those calculations on every render. I'd like
> > to make them generic enough so I can write to the console as well as to a file,
> > but it doesn't look like there are built-in file handles that can be used with
> > #write for the debug or any other output streams.
> >
> > Am I missing something, or do I need to do some kludgy things to allow for both
> > options?
> >
> > -- Chris R
>
> All I'm aware of are
> #debug
> #warning
> #error
>
>
> -BW
Thanks. I'll work around it.
Follow-up question: it appears you can't pass file handles as parameters to
macros. No tricks for that either?
-- Chris R
Post a reply to this message
|