Scripts and Clipboard

Scripts and programs to automate Astroart
Post Reply
Forum_2014
Posts: 255
Joined: 03 Dec 2018, 22:33

Scripts and Clipboard

Post by Forum_2014 »

Hi all,

using the script function Output.Copy one can copy the script output panel to the clipboard, what is very helpful now and then.

To avoid the spurious and unnecessary display on the output panel before, is there another practicable way using scripts in AA5 to copy data to the clipboard?

Any hint would be much appreciated,
Rolf

Forum_2014
Posts: 255
Joined: 03 Dec 2018, 22:33

Re: Scripts and Clipboard

Post by Forum_2014 »

Hello,
you could use the function CopyText$, example:

a$ = "hello world"
CopyText$(a$)

or in the Menu you could disable the option "Show output" so
that the Output panel is not shown after the first Print()
function.

Best Regards
Martino

Post Reply