Hi,
I am trying to save the full session (ASSEMBLER) using a command with a specific name.
I am trying to replicate the icon named "save as ocean script," the only different is that I need to automate it. (I am creating a menu for it inside the same maestro window)
saveOcean(fname)
The maestro window will be open.
I have tried asiGetSession("current_window"), then asiWriteOceanScript(fname session). However this only outputs the equivalent of a small run. I need the full maestro ocean_xl script. Basically, the same function that the icon "save as ocean script" does.
Thanks,
Mauricio