WinXClip_PutString


WinXClip_PutString (Stri$)

Copies a string to the clipboard

Parameter Description
Stri$ The string to copy to the clipboard

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

' Put a string onto the clipboard
WinXClip_PutString ("Hello")

Related Links

WinXClip_GetString$