Sys2GetClipboardText: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
Retrieves a plain-text string from the clipboard if one is available. | Retrieves a plain-text string from the clipboard if one is available. | ||
Line 5: | Line 4: | ||
==Arguments== | ==Arguments== | ||
; REXX ARGUMENTS : | ;REXX ARGUMENTS:None. | ||
;REXX RETURN VALUE:The retrieved clipboard string | |||
[[Category:RxUtilEx]] | |||
[[Category: |
Revision as of 14:19, 26 February 2017
Retrieves a plain-text string from the clipboard if one is available.
This function requires Presentation Manager to be active, although the REXX program itself need not be running in a PM process.
Arguments
- REXX ARGUMENTS
- None.
- REXX RETURN VALUE
- The retrieved clipboard string