Definitions
from The American Heritage® Dictionary of the English Language, 4th Edition
- n. A small writing board with a spring clip at the top for holding papers or a writing pad.
- n. Computer Science A file or an area in memory where cut or copied text and graphics can be temporarily stored before being moved to another location.
from Wiktionary, Creative Commons Attribution/Share-Alike License
- n. A flat piece of rigid material, such as card or plastic, with a clip at one end under which papers can be held.
- n. A buffer in memory where the user can store data temporarily while transferring it from one place within an application to another or between applications.
from the GNU version of the Collaborative International Dictionary of English
- n. a small writing board with a clip attached at the top for holding papers.
from WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
- n. a small writing board with a clip at the top for holding papers
Etymologies
from Wiktionary, Creative Commons Attribution/Share-Alike License
Examples
-
MsgBox, 36, Title, Your clipboard currently contains "% clipboard%."
-
; (Likely sets a variable equal to clipboard, I'm surprised it doesn't result in an error) \% A_LoopFileName\% = \% clipboard\%
-
; For example, if clipboard contained "the" it would compare \% the\% with A. png if \% clipboard\% = A. png gosub, Alabel
-
ClipSaved: = ClipboardAll; assign contents of clipboard to variable ClipSaved clipboard = ` [teststring `] ` [url ` = \% clipboard\% `]
-
WinWaitActive, 111.222.333.44: 00 - Tera Term VT, clipboard = % clipboard%
-
FileRead, filecont, \% theFile\% clipboard = \% clipboard\% \% filecont\%
-
MsgBox, The user pressed cancel. return fileread, clipboard, \% files\% if errorlevel 0 msgbox, error level 0 else if errorlevel 1 msgbox, error level 1 msgbox, \% clipboard\%
-
StringReplace, outB, test, ă, a clipboard = \% g\% msgbox \% clipboard\%
-
clipboard = %clipboard% ; Convert the cliboard contents to plain text.
Turn Double Right-Click Into A Quick Clipboard Paste Shortcut | Lifehacker Australia
-
#s:: gosub, FromWord clipboard = \ "\% clipboard\%\" command = javascript: document. forms [0]. elements [1]. value = "\% Clipboard\%"; document. forms [0]. submit ();
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.