This works:
[code]Set cmd = DOpus.NewCommand()
cmd.AddLine "Show VIEWERCMD=next"
DOpus.Viewers.lastactive.command(cmd)
[/code]
This doesn't work:
DOpus.Viewers.lastactive.command("Show VIEWERCMD=next")
How come? This is the exact example from the Opus 12 Changes.pdf
I am running 12.0.5 (Beta) x64