|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Clipboard Commands > Store/Restore > Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.Store Text
Store the content of the Text-Clipboard in a specified internal memory bank
Intention
This command will store the content of the clipboard in 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.
Please note that the memory banks that are used to store the images are not in concurrence to those that store texts.
So you can store a text on memory bank 0 and additionally store an image on memory bank 0. These are different banks.
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.Store Text[|P1]
Parameter Explanation
P1 - (optional) Is the Number of the used Memory Bank where the Clipboard is been stored.
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:
•