clipboard.addText

From Inspired-Lua Wiki
Revision as of 09: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>