Finally, after long hours of desperately searching for how to make either if action or if-else action work, I have the solution! It might interest some of you.
In the action window you have to right click on the object ((pe else or any other object that depends on if), which you find in the middle column), and push right mouse button in order to open the context menue where you select "move->right".
IF (Condition='#x==#y')
MSGBOX (Text=...)
ELSE
MSGBOX (Text=...)
GOTO
I looked through the help and documentation where I could find no hint on this.[:(]
Finally, after long hours of desperately searching for how to make either if action or if-else action work, I have the solution! It might interest some of you.
In the action window you have to right click on the object ((pe else or any other object that depends on if), which you find in the middle column), and push right mouse button in order to open the context menue where you select "move->right".
IF (Condition='#x==#y')
MSGBOX (Text=...)
ELSE
MSGBOX (Text=...)
GOTO
I looked through the help and documentation where I could find no hint on this.[:(]