Set Clipboard Action

Set Clipboard Action

Declaration

<AMCLIPBOARDSET>text</AMCLIPBOARDSET>

 

See Also

Cut, Copy, Paste, Clear, Get Clipboard

Description

Sets the clipboard to the text specified in the Text parameter.

Practical Usage

(see description)

Parameters

Text to Send to the Clipboard
Text, Required
MARKUP: <AMCLIPBOARDSET>Insert this text into the clipboard</AMCLIPBOARDSET>

Specifies the text that should be placed into the clipboard. As with all text parameters, expressions may be used.

Notes

Standard Error Handling Options
This action also includes the standard "Error Causes" and "On Error" failure handling options/tabs

More on Error Handling Options

Variables and Expressions
All text fields allow the use of expressions by surrounding the expression in percentage signs (example: %MYVARIABLE%, %Left('Text',2)%). To help construct these expressions, a popup expression builder is available in all these fields by pressing F2.
More on variables...
More on expressions...
More on the expression builder...

Example

<AMCLIPBOARDSET>The current date is %Format(Now(),"mm-dd-yyyy")% Thanks for asking.</AMCLIPBOARDSET>