clipboard.addText
Revision as of 08:52, 25 May 2011 by Jimbauwens (talk | contribs) (Created page with "<p>__NOTOC__ clipboard.<b>addText</b> is a function that is part of <a href=":Category:clipboard">Clipboard</a> Library. </p><p><br /> The function sets the content of the clipbo...")
clipboard.addText is a function that is part of <a href=":Category:clipboard">Clipboard</a> Library.
The function sets the content of the clipboard.
It accepts a string as input.
This has been introduced in TI-Nspire OS 3.0 (Changes).
Syntax
clipboard.addText(string)
Parameter | Description |
---|---|
string | String that you want to add to clipboad |
Example
See also
- <a href="clipboard.setText">clipboard.setText</a>
- <a href=":Category:clipboard">Clipboard Library</a>
<a href="Category:clipboard">Clipboard Library</a>