Skip to main content
Question

d3 runtime errors file

  • April 29, 2021
  • 1 reply
  • 1 view

CRAIG CURTIS
Forum|alt.badge.img
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

1 reply

Chris Macadam
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