Clipboard Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Clipboard Commands > Managing Bitmaps >

Clipboard Commands

CLB.Bitmap From Var

Previous Top Next


MiniRobotLanguage (MRL)

 

CLB.Bitmap From Var

Transfer a Picture from a Variable into the Clipboard

 

 

Intention

 

This Command will restore the Clipboard Content (Picture) from a Variable that was filled using CLB.Bitmap to Var.

 

 

Syntax

 

 

CLB.Bitmap From Var[|P1]

 

 

Parameter Explanation

 

P1 - (optional)  is a Variable that will contain the binary Image-Data of the stored Picture.

           Compatible with CLB.Bitmap To Var

 

 

 

 

Example

 

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

' CLB.-Sample

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

' We need this to copy a Image into Clipboard

ANA.New|0|800|400

ANA.vgradient|0|&HFF00FF|&H000000

CLB.Bitmap From Image Register|0

 
CLB.Bitmap To Var|$$IRA

CLB.Shop

CLB.Reset

CLB.Bitmap From Var|$$IRA

CLB.Shop

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: