GetClipBoard


 

GetClipBoard>result_variable[,format]

 

Retrieves the contents of the clipboard as text and places it in the specified variable.

 

The optional format parameter can be used to retrieve the text in a different format as follows:

 

0: CF_TEXT (Default)

1: CF_HTML - if the clipboard contains HTML the text raw HTML will be returned.

 

Abbreviation : GCB

See also: PutClipBoard, WaitClipBoard

 

Example

 

GetClipBoard>WhatsInTheClipBoard