Robert AH Prins

Show:

What's happening?

  • NUL characters not shown in trace output

    When tracing code that inserts NUL (x2c(00)) characters, the trace output will simply not display them: Code: /* REXX */ trace ?i pull q q = '='x2c(00)|| q || x2c(00)'=' say q Output of trace: 3 *-* pull q >>> "123" +++ Interactive trace. "Trace Off" to end debug. ENTER to continue. 4 *-* q = '='x2c(00)|| q || x2c(00)'=' >L> "=" >L>.

    2009-06-20 17:28:46 UTC in Regina REXX Interpreter

About Me

  • 2003-04-28 (7 years ago)
  • 767155
  • prino (My Site)
  • Robert AH Prins

Send me a message