|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.Set UnicodeX
Write raw Unicode bytes into CF_UNICODETEXT without byte-order swap.
Intention
This command writes parameter P1 as Unicode clipboard data using the given byte order as-is.
It is the raw companion of CLB.gub. Use it when you work with prepared UTF-16 byte streams.
Syntax
CLB.sub[|P1]
CLB.setunicodex[|P1]
Parameter Explanation
P1 - (optional) Unicode byte stream (recommended: even byte count). If omitted, clipboard is cleared.
Example
VAU.$$U=00 41 00 42 00 43 00 44
CLB.sub|$$U
ENR.
Remarks
Use CLB.seu for normal text-oriented Unicode set/get workflows. Use CLB.sub for byte-precise workflows.
See also:
CLB.gub
CLB.sua
CLB.seu
CLB.get