|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Clipboard Commands > Convert Clipboard > Clipboard Commands |
MiniRobotLanguage (MRL)
CLB.ChrToOEM
Convert Characters

This Script will produce the following Output.

Clipboard Content before and after the Command was called.
Intention
This Command will convert CHR to OEM directly from Clipboard to Clipboard.
To convert in the reverse direction, you can use CLB.OEM To CHR - Command.
Syntax
CLB.ChrToOEM
CLB.cto
Parameter Explanation
This Command has no Parameter.
Example
'***********************************
' CLB.-Sample
'***********************************
VAS.$$UNI=Hallöchen Müßli
CLB.Set oemtext|$$UNI
CLB.Show
CLB.otc
CLB.Show
CLB.cto
CLB.Show
ENR.
Remarks
-
Limitations:
-
See also:
•