| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: nil
Removes the top value from the lisp clipboard stack and returns it. The value that then remains on the top of the lisp clipboard stack is copied onto the Windows clipboard for potential pasting into other applications.
A symbol denoting the Windows clipboard format of the removed value is
returned as a second value. This symbol is either
:text
, :rich-text
, or
:pixmap
, where :text
indicates
that the removed value is a lisp string, :rich-text
indicates a lisp string that specifies a piece of rich text (which
could be inserted into a rich-edit-pane
by calling (setf
rich-edit-range), and :pixmap
indicates a
Common Graphics pixmap object.
See cg-clipboard.htm.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |