Clipboard Formats

Specifies the data formats for clipboard copy and paste operations. The supported formats can be zero or more of the following:

Text Transfers a series as ASCII text. Supported by most applications.
Delay Rendering Transfers a series rendered as ASCII text or binary Excel Table only when a target application actually requests the data. Speeds up copy operations for large series. Only valid if Text and/or Excel Table is selected.
Enhanced Metafile Transfers the entire window image as an Enhanced Metafile Format (EMF).
WMF Transfers the entire window image as an older Windows Metafile Format (WMF).
Excel Table Transfers a series as a binary multi-column table suitable for Excel and other compatible applications. Limited to 64K rows.
Bitmap Transfers the entire window image as a bitmap.
Native Series Transfers a series in native binary format. Suitable for DADiSP to DADiSP transfers. All series attributes (delta x, units, color, plot style, etc.) are preserved.
Image Transfers the contents of a window as a bitmap image. Omits the outer window frame. Useful when processing images.

Column Delimiters for Copy

Sets the column delimiters for ASCII (text) data transfers from a window or series. Can be zero or more of the following.

Tab Sets the tab character (ASCII code 9).
Comma Sets the comma (,) character (ASCII code 44).
Space Sets the space character (ASCII code 32).
Semicolon Sets the semicolon (;) character (ASCII code 59).
Other Sets a custom character. Enter the ASCII code.
Add Header on Copy Adds the series comment for each column at the head of the series data.

Column Delimiters for Paste

Sets the column delimiters for ASCII (text) data transfers to a window or series. Can be zero or more of the following.

Tab Sets the tab character (ASCII code 9).
Comma Sets the comma (,) character (ASCII code 44).
Space Sets the space character (ASCII code 32).
Semicolon Sets the semicolon (;) character (ASCII code 59).
Other Sets a custom character. Enter the ASCII code.
Treat Consecutive Delimiters as One Skips multiple column delimiters between each column.

Clear On Exit

Upon program exit, clears the clipboard of series data saved as text or binary Excel Table. The data is no longer available to other applications but the exit process is faster when a large series is copied to the clipboard as text or Excel Table using Delayed Rendering. Only valid if Delayed Rendering is selected along with Text and/or Excel Table.


Pre-scan Table for Columns

Automatically performs an initial scan of the clipboard data to determine the number of columns for Paste operations of text data. Useful when the default "on the fly" determination is inconclusive.