Invoke command from script?
-
crtrubshaw
- Posts: 393
- Joined: 06 Jun 2012 11:08
Invoke command from script?
Hello, is is possible to use a built-in action or macro command in a script e.g. SmartPasteAction / cmdSmartPasteFromClipboard?
- Rickard Johansson
- Site Admin
- Posts: 6908
- Joined: 19 Jul 2006 14:29
Re: Invoke command from script?
No. The script engine use it's own objects and commands.
E.g.
If you need new commands - just add a feature request.
E.g.
Code: Select all
Document.PasteFromClipboard;