Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/083fc211dc6ec38a852574ce00352dd7.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1