Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Is it possible to check CallStack from RAPID

Markus Näslund
edited March 2020 in RAPID Programming
I am developing a library to add events on the UserInteraction instructions and I want to be able to recognize from where a routine is called. This is to prevent a recursive loop if someone uses a UI-instruction in a UI-event.

Is it at all possible to explore the callstack from RAPID?
//Markus Näslund