EditPasteEx Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:19

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:

2

Syntax

Text.EditPasteEx

Return value

True if failed, otherwise false.

Context

Text designer commands

See also

EditPaste, EditPasteText, EditPasteTo, EditPasteEx