Invoke command from script?

Ask how to do things or if a certain feature is available in the program.
Post Reply
crtrubshaw
Posts: 393
Joined: 06 Jun 2012 11:08

Invoke command from script?

Post by crtrubshaw »

Hello, is is possible to use a built-in action or macro command in a script e.g. SmartPasteAction / cmdSmartPasteFromClipboard?
User avatar
Rickard Johansson
Site Admin
Posts: 6908
Joined: 19 Jul 2006 14:29

Re: Invoke command from script?

Post by Rickard Johansson »

No. The script engine use it's own objects and commands.

E.g.

Code: Select all

  Document.PasteFromClipboard;
If you need new commands - just add a feature request.
Post Reply