<clppastetext> Pastes (inserts) text to destination application (document) through clipboard.
Command Tree: | Clipboard \ Paste text | ||||
. | |||||
Syntax: | <clppastetext>("Text")
|
||||
. | |||||
. | |||||
Example: | <#> This macro pastes "Hello!" into the Notepad <#> <commands_only_on> <if_win>("Notepad","OPEN",0) <actwin>("Notepad",0,0,"no") <clppastetext>("Hello!") <else> <msg>(100,100,"'Notepad' is not opened!","Message",1) <endif> |