Clipboard Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Clipboard Commands > Convert Clipboard >

Clipboard Commands

CLB.ChrToOEM

Previous Top Next


MiniRobotLanguage (MRL)

 

CLB.ChrToOEM

Convert Characters

 

 

clip0932

     This Script will produce the following Output.

 

clip0931

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: