ClipPut

From AutoIt Wiki

Jump to: navigation, search

Writes text to the clipboard. Adapted from AutoIt docs.

Contents

Syntax

ClipPut("value")

Parameters

valueThe text to write to the clipboard.

Return Value

Success: Returns 1.
Failure: Returns 0.

Remarks

Any existing clipboard contents are overwritten. An empty string "" will empty the clipboard.

Example

ClipPut("I am copied to the clipboard")

Related Functions

ClipGet

Personal tools