Description
Pastes from clipboard into a selected Ted table, if the selection does not contain a table, it pastes the clipboard, maintaining tabs.
Selecting a Ted table (in source or in WYSIWYG view) and pasting, using EditPasteInTable, a tabbed string from clipboard, the selected table cells will be filled with clipboard values. The clipboard value has to be contain as many paragraphs as rows in the table and as many tabs as columns in the table.
For example, e.g. 2 rows and 3 columns:
1»2»3¶
1»2»3
You can paste the same value in all the cells of the same row, formatting clipboard as one value per row, e.g. for 2 rows and 3 columns:
1¶
2
Syntax
Text.EditPasteEx |
Return value
True if failed, otherwise false.
Context
Text designer commands
See also