ClipPut

From AutoIt Wiki

Jump to: navigation, search

Writes text to the clipboard. Adapted from AutoIt docs.

Contents

[edit] Syntax

ClipPut("value")

[edit] Parameters

valueThe text to write to the clipboard.

[edit] Return Value

Success: Returns 1.
Failure: Returns 0.

[edit] Remarks

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

[edit] Example

ClipPut("I am copied to the clipboard")

[edit] Related Functions

ClipGet

Personal tools