Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1020659 // dm_sendClipboardTo_verbose

JavaX fragment (include)

sbool dm_sendClipboardTo_verbose(S computerID) {
  if (computerID == null) false;
  S text = getClipboardText();
  if (text != null) {
    infoBox("Sending clipboard text to " + computerID);
    dm_sendClipboardTextTo(computerID, text);
    true;
  } else
    ret false with infoBox("Unknown clipboard contents type");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020659
Snippet name: dm_sendClipboardTo_verbose
Eternal ID of this version: #1020659/4
Text MD5: 65e45d375d0c2d98fa7dfd7e7311c83f
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-30 14:55:43
Source code size: 329 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 263 / 296
Version history: 3 change(s)
Referenced in: [show references]