Clipboard Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Clipboard Commands > Set Clipboard Text >

Clipboard Commands

CLB.Set Oemtext

Previous Top Next


MiniRobotLanguage (MRL)

 

CLB.Set Oemtext

The Text will be treated as OEM-Text and placed in the Clipboard.

 

clip0932

     This Script will produce the following Output.

 

clip0931

Clipboard Content before and after the Command was called. Left side shows the Text pasted on "X", right side the Dump of the Text.

 

 

Intention

 

Put Text as OEM-Text into the Clipboard.

 

 

 

 

Syntax

 

 

CLB.Set Oemtext

 

 

Parameter Explanation

 

P1 - (optional) Is Is the text to be assigned to the clipboard. If omitted, the clipboard is resetted, is cleared.

 

 

 

Example

 

'***********************************

' CLB.-Sample

'***********************************

VAS.$$UNI=Hallöchen Müßli

PRT.$$UNI|c

CLB.Set OEM Text|$$UNI

CLB.Show

CLB.Get OEM Text|$$TAR

MBX.$$UNI$crlf$$$TAR

PRT.$$TAR|c

MBX.!

END.

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: