Function Entry: DOCCLIPBOARD

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: DOCCLIPBOARD

Name

`docclipboard`

Class

BricsCAD DOSLib Function

Syntax

(doc_clipboard)

Description

dosclipboard Returns the current system clipboard text content or copies the specified.string to the system clipboard. string : if specified, the string to be copied to the system clipboard Returns the string if successful (when saving to clipboard, and when the text is properly retrieved from the clipboard); returns NIL in case of any error Examples : saves the text to the clipboard (dosclipboard) returns "My Sample Text"

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes