|
|
|
|
|
Clipboard (Function) In french: PressePapier Retrieves the text or image found in the system clipboard. Remarks: Text is string IF ClipboardFormat(cfText) = True THEN Text = Clipboard() // Clipboard content in Text END
Syntax <Result>: Character string Text in the clipboard.
Related Examples:
|
Unit examples (WINDEV): The TableTo functions
[ + ] Exporting table data with the WLanguage functions. The following topics are presented in this example: 1/ interfacing with Word and Excel 2/ sending data to the clipboard 3/ generating a text file This example explains how to export the content of a table to a Word document, an Excel workbook, the clipboard or a text file via the following WLanguage functions: TableToWord, TableToExcel, ToClipboard, TableToText.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|