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

This Script will produce the following Output.

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