Hello!
In my simulation, I've implemented an error message system
(with msg() command), which create a popup message if one of my for() cycles do not found the correct value.
How can I write a codeline which automatically open the window which contain this code what printed the error message earlier?
If it's not so clear:
for() running --> there is no corrent value --> popup a message dialog --> I close the dialog --> automatically open the code window which contain the for() cycle.