|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Clipboard Commands > Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.Reset
Reset the Clipboard. Delete all Content.
Intention
Warning ⚠️: This command will erase all content from the clipboard, be it images 🖼️ or text 📝.
However, it won't affect the internal storage memory used for restore and save operations.
Proceed with caution! 🚨
This command is internally used before any clipboard set command.
Syntax
CLB.Reset
Parameter Explanation
This command has no parameters.
Example
'***********************************
' CLB.Reset - Sample
'***********************************
CLB.Reset
Remarks
-
Limitations:
-
See also:
•