###Function###
ClipPut

###Description###
Writes text to the clipboard.

###Syntax###
ClipPut ( "value" )


###Parameters###
@@ParamTable@@
value
	The text to write to the clipboard.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0.
@@End@@


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

###Related###
ClipGet


###Example###
@@IncludeExample@@
