rti_debug_common (OpenInsight 32-Bit)
At 24 SEP 2008 05:40:51AM Martin Drenovac wrote:
I'm trying to get debugger-replace working, and would like a EQU for the variables defined in RTI_DEBUG_COMMON, specifically SPStatCode@ for starters if you wouldn't mind.
What are the delimeters between variables?
Cheers
At 24 SEP 2008 12:09PM Richard Hunt wrote:
From what I learned about SPSTATCODE@… It appears to me that it is the error information that can be enhanced by using the SYSMSG function.
* Enhance error message.
ERROR=NOTHING$ERROR=FIELD(SPSTATCODE@,CHAR(0),2)ERROR=FIELD(SPSTATCODE@,CHAR(0),3)ERROR=FIELD(SPSTATCODE@,CHAR(0),4)ERROR_MESSAGE=SYSMSG(ERROR)
At 24 SEP 2008 04:11PM Martin Drenovac wrote:
Thank you Richard working perfectly
Cheers