Fetch a value from the Script Clipboard.

Fetch a value from the Script Clipboard. The Script Clipboard can be accessed from different scripting languages.

A copy of the value is always retrieved. The parameter oValue must have the correct data type with which the value was stored. A list of the supported data types can be found here.

Name Type Default Description
Return int   0 or ErrorCode When the value is not found, notFoundErr (3002) is returned. oValue is unchanged in this case.
key String or char* - The key to fetch the value for
oValue String or char* - Reserved memory for the value

See Also
set_script_clipboard
clear_script_clipboard
comet.getScriptClipboard

Alphabetic index HTML hierarchy of classes or Java