.CLIENT SET CLIPBOARD

This subroutine puts data on the system clipboard.


Usage:

      PASS         <clip_data>                FIELD            SHARE? Y
      PASS         <num_chars>                FIELD            SHARE? Y
      GOSUB    --- .CLIENT SET CLIPBOARD
      *        check for errors
      IF       --- .CLIENT SET CLIPBOARD      NE

Description:

This subroutine puts data on the system clipboard. The first parameter is required, if it is missing the subroutine will CANCEL.

<clip_data> is the data you want written to the clipboard (Required).

<num_chars> is the number of characters to be written to the clipboard (Optional). The default value is the length of <clip_data>. This cannot be larger than the size of the field containing <clip_data>. If you PASS a value that is larger than the actual content of <clip_data>, the clipboard will be padded with blanks to the length specified.

Note that this can only paste text to the clipboard. Other types of data are not supported and will be ignored.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-02-02

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2012-02-02 - JeanNeron
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback