aud-do repeat not working

HI, everyone!

This is my code:

aud-do "Repeat: Count=2"

it’s not working. It does nothing :frowning:

tried also

aud-do "Repeat: Count=\"2\""

still the same :frowning:

Can anyone help me with that?

I’ve just tested this code in the Nyquist Prompt in Audacity 2.3.3 and it works as expected:

;version 4
;type tool

(aud-do "SelectAll")
(aud-do "Repeat:Count=2")