CLIPREAD
Returns an array comprised by the current text contents of the clipboard. It is used in array expressions.
set ar=CLIPREAD;
See also CLIPWRITE
Go Back