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
- [docclipboard (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/doc_clipboard.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).