Contents - Index


GetClipText (function)

GetClipText() : String

This function has no parameters. Use it to retrieve the text that is currently in the clipboard. For example, to show the text that is currently in the clipboard as a message:
 

$text = GetClipText()
MsgOk Msg=$text


Related: Clip 
 
Alpha List         Category List