Hello,
I have combined the step action and message popup because I want to be able to change the text in the popup programmatically.
In de VI the text that has to be displayed is send and local variables are made to share the data between the action and message popup.
What I tried was to use was to enter Step.MessageExpr in the action Parameter Name Message.
But that gave an error.
How can I make this so that I don't have to use the local variable's to send data between action to message popup?