Skip to main content
Just wondering if there is a function for me to send a message to the runtime-errors file?  

Trying to debug a program and if I could send a few notes to the runtime-errors file via a function call it would save me a few steps.

Thanks
Craig
Just wondering if there is a function for me to send a message to the runtime-errors file?  

Trying to debug a program and if I could send a few notes to the runtime-errors file via a function call it would save me a few steps.

Thanks
Craig
Hi Craig,

There isn't a mechanism to log a message to the runtime-errors file, but you could use 'log-msg' to log an entry to the DM,ERRORS, file instead.

Chris