<clpload> Loads clipboard content from file (previously created using <clpsave> command or by "Tools\Save Clipboard Data To File" menu item). This command changes clipboard content.
Command Tree: | Clipboard \ Load clipboard content from file | ||||
. | |||||
Syntax: | <clpload>("File")
|
||||
. | |||||
. | |||||
Example: | <#> This example loads clipboard data from file
"c:\clpdata.clx" <#> <commands_only_on> <if_file>("c:\clpdata.clx","EXIST","") <clpload>("c:\clpdata.clx") <else> <msg>(100,100,"The file 'c:\clpdata.clx' doesn't exist.","Message",1) <endif> |