79797703

Date: 2025-10-23 11:12:53
Score: 1.5
Natty:
Report link

You didn’t break anything. Your code is no longer running in one call stack (same name as program)—every procedure has its own stack entry and message queue.

Use the 276-byte PGMQ layout. Ensure you are sending messages to, and telling your message subfile to get its messages from, the designated call stack message queue.

That PGMQ layout is 3 parts: Program, module, procedure.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: WynnO