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
Post a reply to this message
|