Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Function [other Function type actions]
Document [operators of similar scope]
Data manipulation [other Data manipulation operators]
String [about String data type]
v11.5.0
11.5.0
As at baseline
Syntax note: Operators without any defined mandatory arguments may omit their empty closing parentheses
paste()
The operator paste() returns the String contents of the OS' clipboard.
For example:
$MyString = paste();