Link Search Menu Expand Document

Root.PasteString Property

Explanation Get the string from the clipboard.

If the clipboard is locked by another application, or if the clipboard does not contain a string, an empty string is returned.

Added since Ver.4.1.1, Mobile Ver.3.2.1
Not supported in AI
Call format var t = //.PasteString( )
Return value
Arguments None
Exception None
Example of use
    vat t = //.PasteString();
    print(t, "\n");
    
Related item CopyString method