ClipboardToString

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Copies clipboard contents to string.

Syntax

[help]
(clipboard text:string) ClipboardToString

Example

set s_myString to ClipboardToString

Will return current clipboard text if exists.

See Also