void SetClipboardText(string)
Return Type: void
Parameters: string sText
Description:
This function sets the contents of the system clipboard to sText. All prior
contents will no longer be in the clipboard. The contents sText can then be
used in subsequent paste operations.