Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any text that was copied onto the system clipboard.

Examples

Code Block
languagetext
// Copy some text to the clipboard and then get it, verifying

...


// that they are the same

...


string $str;

...


copyString "Hello Shogun User";

...


$str = `getClipboardText`;

...


 

...

// Will print "Hello Shogun User"

...


print $str;

Additional information

Related commands

...