clipboard PowerHome formula function
Description
Retrieves or replaces the contents of the system clipboard with text.
Syntax
clipboard ( { string } )
Argument |
Description |
string (optional)
|
A string whose value is the text you want to place in the clipboard. The string replaces the current contents of the clipboard, if any.
|
Return value
String. Returns the current contents of the clipboard if the clipboard contains text. If string is specified, Clipboard returns the current contents and replaces it with string.
Returns the empty string ("") if the clipboard is empty or it contains nontext data, such as a bitmap. If string is specified, the nontext data is replaced with string. If string is NULL, Clipboard returns NULL.