I am absolute beginner in script.
I want to create a script (for InDesign CS6) that just displays the dialog box of the command "Step and repeat" from the Edit menu.
I tried this :
app.menuActions.itemByID(43521).invoke();
The dialog box appears and disappears immediately.
Thx for you help.