|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.Get UnicodeX
Read Unicode clipboard data and return it with byte order swapped per 2-byte unit.
Intention
This command reads CF_UNICODETEXT from the clipboard and applies a byte-order swap before returning data.
It is the raw companion of CLB.sub.
Syntax
CLB.gub[|P1]
CLB.getunicodex[|P1]
Parameter Explanation
P1 - (optional) Target variable. If omitted, result is returned via default result handling.
Example
VAU.$$U=00 41 00 42 00 43 00 44
CLB.sub|$$U
CLB.gub|$$R
CLP.t|$$R|13
ENR.
Remarks
For normal text-oriented retrieval without this raw byte-order handling, use CLB.get or CLB.gua.
See also:
CLB.sub
CLB.gua
CLB.get