|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Clipboard Commands > Store/Restore > Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.Restore Text
Restore the content of the Text-Clipboard from a specified internal memory bank
Intention
This command will Restore the content of the clipboard from a specified P1 internal memory bank.
There are 10 (0 to 9) internal memory banks where you can store clipboard content and restore them at a later time.
This command works together with the CLB.Store Text command.
This way you can store and restore Clipboard-Text including Unicode-Characters like Emojis.

Emojis are typical in Unicode.
Syntax
CLB.Restore Text[|P1]
Parameter Explanation
P1 - (optional) Is the Number of the used Memory Bank where the Clipboard is been restored from.
If omitted, "0"is used.
Example
'***********************************
' CLB.-Sample
'***********************************
' Plugin01 - Sample Code
' LMB-Store Clipboard,
' RMB- RestoreClipboard
:DoTXA
IVS.$$BME=P!
CLB.Store Text|1
SBT.Saved to A
PIS.$$REA|sBt|$$TIA|TA OK!
ELS.
CLB.RestoreText|1
SBT.Restored from A
EIF.
'Do some Messagebeep
MSB.560|2
MSB.860|2
RET.
Remarks
-
Limitations:
-
See also:
•