close application menu

Hello,

I try to close application menu from a menu item, for that I defined in the onExecute event, the follow:

if ({sc_menu_item} == “item_4”)
{ sc_exit(); }

but not work, even I tryed puting sc_exit(); directly but I don’t have good result

What I need to get the onExecute event works

regards

Marcelo V?a

I think you can use sc_redir ex: sc_redir(‘redir_other_app’);